#191209

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

Shades of Bokara Grey #191209

Tints of Bokara Grey #191209

Color information

#191209 (or 0x191209) is unknown color: approx Bokara Grey. HEX triplet: 19, 12 and 09. RGB value is (25,18,9). Sum of RGB (Red+Green+Blue) = 25+18+9=52 (6% of max value = 765). Red value is 25 (10.16% from 255 or 48.08% from 52); Green value is 18 (7.42% from 255 or 34.62% from 52); Blue value is 9 (3.91% from 255 or 17.31% from 52); Max value from RGB is 25 - color contains mainly: red. Hex color #191209 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #191209 is #E6EDF6. Grayscale: #131313. Windows color (decimal): -15134199 or 594457. OLE color: 594457.

HSL color Cylindrical-coordinate representation of color #191209: hue angle of 33.75º degrees, saturation: 0.47, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #191209 is Cyan = 0, Magento = 0.28, Yellow = 0.64 and Black (K on CMYK) = 0.90.

Color convert

RGB25189-
CMYK00.280.640.90
HSL33.75º47.06%6.67%-
HSV(B)33.75º64%9.8%-
XYZ0.670.660.35-
YUV19.07122.32132.23-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 48.08%
GREEN value IS 18 (7.42% from 255) = 34.62%
BLUE value IS 9 (3.91% from 255) = 17.31%
R=48.08%
G=34.62%
B=17.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.64
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal2518900.280.640.9033.7547.066.67
Hex1912901C405A222f7
Octal31221103410013242577
Binary1100110010100101110010000001011010100010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #191209

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #191209; }

 p { color: rgb(25,18,9); }

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

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

 a { background-color: rgb(25,18,9); }

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

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

 span { border-color: rgb(25,18,9); }

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