#26011C

Color #26011C Blackberry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blackberry #26011C

Tints of Blackberry #26011C

Color information

#26011C (or 0x26011C) is unknown color: approx Blackberry. HEX triplet: 26, 01 and 1C. RGB value is (38,1,28). Sum of RGB (Red+Green+Blue) = 38+1+28=67 (8% of max value = 765). Red value is 38 (15.23% from 255 or 56.72% from 67); Green value is 1 (0.78% from 255 or 1.49% from 67); Blue value is 28 (11.33% from 255 or 41.79% from 67); Max value from RGB is 38 - color contains mainly: red. Hex color #26011C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #26011C is #D9FEE3. Grayscale: #0F0F0F. Windows color (decimal): -14286564 or 1835302. OLE color: 1835302.

HSL color Cylindrical-coordinate representation of color #26011C: hue angle of 316.22º degrees, saturation: 0.95, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #26011C is Cyan = 0, Magento = 0.97, Yellow = 0.26 and Black (K on CMYK) = 0.85.

Color convert

RGB38128-
CMYK00.970.260.85
HSL316.22º94.87%7.65%-
HSV(B)316.22º97.37%14.9%-
XYZ1.020.521.14-
YUV15.14135.26144.3-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 38 (15.23% from 255) = 56.72%
GREEN value IS 1 (0.78% from 255) = 1.49%
BLUE value IS 28 (11.33% from 255) = 41.79%
R=56.72%
G=1.49%
B=41.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.26
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3812800.970.260.85316.2294.877.65
Hex2611C0611A5513c5f8
Octal4613401413212547413710
Binary1001101111000110000111010101010110011110010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26011C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #26011C; }

 p { color: rgb(38,1,28); }

 H1.HeaderClassName
 {
   color: #26011C;
 }
 .AnyTagClassName
 {
   color: #26011C;
 }
</style>
background-color css

<style>
 a { background-color: #26011C; }

 a { background-color: rgb(38,1,28); }

 div.DivClassName
 {
   background-color: #26011C;
 }
 .BgClassName
 {
   background-color: #26011C;
 }
</style>
border-color css

<style>
 span { border-color: #26011C; }

 span { border-color: rgb(38,1,28); }

 td.TdClassName
 {
   border-color: #26011C;
 }
 .TagClassName
 {
   border-color: #26011C;
 }
</style>