#181009

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

Shades of Bokara Grey #181009

Tints of Bokara Grey #181009

Color information

#181009 (or 0x181009) is unknown color: approx 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

RGB24169-
CMYK00.330.630.91
HSL28º45.45%6.47%-
HSV(B)28º62.5%9.41%-
XYZ0.610.580.34-
YUV17.59123.15132.57-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.63
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal2416900.330.630.912845.456.47
Hex181090213F5B1c2d6
Octal3020110417713334556
Binary110001000010010100001111111101101111100101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #181009

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>