#260B18

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

Shades of Blackberry #260B18

Tints of Blackberry #260B18

Color information

#260B18 (or 0x260B18) is unknown color: approx Blackberry. HEX triplet: 26, 0B and 18. RGB value is (38,11,24). Sum of RGB (Red+Green+Blue) = 38+11+24=73 (9% of max value = 765). Red value is 38 (15.23% from 255 or 52.05% from 73); Green value is 11 (4.69% from 255 or 15.07% from 73); Blue value is 24 (9.77% from 255 or 32.88% from 73); Max value from RGB is 38 - color contains mainly: red. Hex color #260B18 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #260B18 is #D9F4E7. Grayscale: #141414. Windows color (decimal): -14284008 or 1575718. OLE color: 1575718.

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

Color convert

RGB381124-
CMYK00.710.370.85
HSL331.11º55.1%9.61%-
HSV(B)331.11º71.05%14.9%-
XYZ1.080.720.95-
YUV20.56129.95140.44-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 52.05%
GREEN value IS 11 (4.69% from 255) = 15.07%
BLUE value IS 24 (9.77% from 255) = 32.88%
R=52.05%
G=15.07%
B=32.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.37
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal38112400.710.370.85331.1155.19.61
Hex26B18047255514b37a
Octal4613300107451255136712
Binary1001101011110000100011110010110101011010010111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #260B18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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