#1A1309

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

Shades of Bokara Grey #1A1309

Tints of Bokara Grey #1A1309

Color information

#1A1309 (or 0x1A1309) is unknown color: approx Bokara Grey. HEX triplet: 1A, 13 and 09. RGB value is (26,19,9). Sum of RGB (Red+Green+Blue) = 26+19+9=54 (7% of max value = 765). Red value is 26 (10.55% from 255 or 48.15% from 54); Green value is 19 (7.81% from 255 or 35.19% from 54); Blue value is 9 (3.91% from 255 or 16.67% from 54); Max value from RGB is 26 - color contains mainly: red. Hex color #1A1309 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1A1309 is #E5ECF6. Grayscale: #131313. Windows color (decimal): -15068407 or 594714. OLE color: 594714.

HSL color Cylindrical-coordinate representation of color #1A1309: hue angle of 35.29º 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 #1A1309 is Cyan = 0, Magento = 0.27, Yellow = 0.65 and Black (K on CMYK) = 0.90.

Color convert

RGB26199-
CMYK00.270.650.90
HSL35.29º48.57%6.86%-
HSV(B)35.29º65.38%10.2%-
XYZ0.710.710.36-
YUV19.95121.82132.31-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 48.15%
GREEN value IS 19 (7.81% from 255) = 35.19%
BLUE value IS 9 (3.91% from 255) = 16.67%
R=48.15%
G=35.19%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.65
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal2619900.270.650.9035.2948.576.86
Hex1A13901B415A23317
Octal32231103310113243617
Binary1101010011100101101110000011011010100011110001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A1309

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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