Html Css Color HEX #181009 Bokara Grey

📋 copy color: '#181009'

red 24 ◦ green 16 ◦ blue 9

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

Shades of Bokara Grey #181009

Tints of Bokara Grey #181009

RGB

 RED value IS 24 (9.77% from 255) = 48.98%

 GREEN value IS 16 (6.64% from 255) = 32.65%

 BLUE value IS 9 (3.91% from 255) = 18.37%

R = 48.98%
G = 32.65%
B = 18.37%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.63

 K value IS 0.91

RGB Variations

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

Color information

#181009 (or 0x181009) is known color: Bokara Grey. HEX triplet: 18, 10 and 09. RGB value is (24,16,9). Sum of RGB (Red+Green+Blue) = 24+16+9=49 (6% of max value = 765). Red value is 24 (9.77% from 255 or 48.98% from 49); Green value is 16 (6.64% from 255 or 32.65% from 49); Blue value is 9 (3.91% from 255 or 18.37% from 49); Max value from RGB is 24 - color contains mainly: red. Hex color #181009 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #181009 is #E7EFF6. Grayscale: #111111. Windows color (decimal): -15200247 or 593944. OLE color: 593944.

HSL color Cylindrical-coordinate representation of color #181009: hue angle of 28º degrees, saturation: 0.45, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #181009 is Cyan = 0, Magento = 0.33, Yellow = 0.63 and Black (K on CMYK) = 0.91.

Color convert

RGB 24 16 9 -
CMYK 0 0.33 0.63 0.91
HSL 28º 0.45% 0.06% -
HSV(B) 28º 0.63% 0.09% -
XYZ 0.61 0.58 0.34 -
YUV 17.59 123.15 132.57 -
System Red Green Blue C M Y K H S L
Decimal 24 16 9 0 0.33 0.63 0.91 28 0.45 0.06
Hex 18 10 9 0 21 3F 5B 1C 2D 6
Octal 30 20 11 0 41 77 133 34 55 6
Binary 11000 10000 1001 0 100001 111111 1011011 11100 101101 110

Color Harmonies of #181009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #181009

Black with #181009

Text Example


Text Example

White with #181009

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #181009; }

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

 H1.HeaderClassName
 {
   color: #181009;
 }
 .AnyTagClassName
 {
   color: #181009;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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