#260C18

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

Shades of Blackberry #260C18

Tints of Blackberry #260C18

Color information

#260C18 (or 0x260C18) is unknown color: approx Blackberry. HEX triplet: 26, 0C and 18. RGB value is (38,12,24). Sum of RGB (Red+Green+Blue) = 38+12+24=74 (9% of max value = 765). Red value is 38 (15.23% from 255 or 51.35% from 74); Green value is 12 (5.08% from 255 or 16.22% from 74); Blue value is 24 (9.77% from 255 or 32.43% from 74); Max value from RGB is 38 - color contains mainly: red. Hex color #260C18 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #260C18 is #D9F3E7. Grayscale: #151515. Windows color (decimal): -14283752 or 1575974. OLE color: 1575974.

HSL color Cylindrical-coordinate representation of color #260C18: hue angle of 332.31º degrees, saturation: 0.52, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #260C18 is Cyan = 0, Magento = 0.68, Yellow = 0.37 and Black (K on CMYK) = 0.85.

Color convert

RGB381224-
CMYK00.680.370.85
HSL332.31º52%9.8%-
HSV(B)332.31º68.42%14.9%-
XYZ1.10.740.95-
YUV21.14129.61140.02-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 51.35%
GREEN value IS 12 (5.08% from 255) = 16.22%
BLUE value IS 24 (9.77% from 255) = 32.43%
R=51.35%
G=16.22%
B=32.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.37
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal38122400.680.370.85332.31529.8
Hex26C18044255514c34a
Octal4614300104451255146412
Binary1001101100110000100010010010110101011010011001101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #260C18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #260C18; }

 p { color: rgb(38,12,24); }

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

<style>
 a { background-color: #260C18; }

 a { background-color: rgb(38,12,24); }

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

<style>
 span { border-color: #260C18; }

 span { border-color: rgb(38,12,24); }

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