Html Css Color HEX #191209 Bokara Grey

📋 copy color: '#191209'

red 25 ◦ green 18 ◦ blue 9

#191209
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bokara Grey #191209

Tints of Bokara Grey #191209

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 value IS 0

 M value IS 0.28

 Y value IS 0.64

 K value IS 0.90

RGB Variations

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

Color information

#191209 (or 0x191209) is known color: 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

RGB 25 18 9 -
CMYK 0 0.28 0.64 0.90
HSL 33.75º 0.47% 0.07% -
HSV(B) 33.75º 0.64% 0.1% -
XYZ 0.67 0.66 0.35 -
YUV 19.07 122.32 132.23 -
System Red Green Blue C M Y K H S L
Decimal 25 18 9 0 0.28 0.64 0.90 33.75 0.47 0.07
Hex 19 12 9 0 1C 40 5A 22 2F 7
Octal 31 22 11 0 34 100 132 42 57 7
Binary 11001 10010 1001 0 11100 1000000 1011010 100010 101111 111

Color Harmonies of #191209

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #191209

Black with #191209

Text Example


Text Example

White with #191209

Text Example


Text Example

HTML Codes & Css Web 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>