#1A1009

Color #1A1009 Bokara Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bokara Grey #1A1009

Tints of Bokara Grey #1A1009

Color information

#1A1009 (or 0x1A1009) is unknown color: approx Bokara Grey. HEX triplet: 1A, 10 and 09. RGB value is (26,16,9). Sum of RGB (Red+Green+Blue) = 26+16+9=51 (6% of max value = 765). Red value is 26 (10.55% from 255 or 50.98% from 51); Green value is 16 (6.64% from 255 or 31.37% from 51); Blue value is 9 (3.91% from 255 or 17.65% from 51); Max value from RGB is 26 - color contains mainly: red. Hex color #1A1009 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1A1009 is #E5EFF6. Grayscale: #121212. Windows color (decimal): -15069175 or 593946. OLE color: 593946.

HSL color Cylindrical-coordinate representation of color #1A1009: hue angle of 24.71º degrees, saturation: 0.49, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #1A1009 is Cyan = 0, Magento = 0.38, Yellow = 0.65 and Black (K on CMYK) = 0.90.

Color convert

RGB26169-
CMYK00.380.650.90
HSL24.71º48.57%6.86%-
HSV(B)24.71º65.38%10.2%-
XYZ0.660.610.34-
YUV18.19122.81133.57-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 50.98%
GREEN value IS 16 (6.64% from 255) = 31.37%
BLUE value IS 9 (3.91% from 255) = 17.65%
R=50.98%
G=31.37%
B=17.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.65
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal2616900.380.650.9024.7148.576.86
Hex1A109026415A19317
Octal32201104610113231617
Binary1101010000100101001101000001101101011001110001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A1009

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1A1009; }

 p { color: rgb(26,16,9); }

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

<style>
 a { background-color: #1A1009; }

 a { background-color: rgb(26,16,9); }

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

<style>
 span { border-color: #1A1009; }

 span { border-color: rgb(26,16,9); }

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