#180E03

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

Shades of Bokara Grey #180E03

Tints of Bokara Grey #180E03

Color information

#180E03 (or 0x180E03) is unknown color: approx Bokara Grey. HEX triplet: 18, 0E and 03. RGB value is (24,14,3). Sum of RGB (Red+Green+Blue) = 24+14+3=41 (5% of max value = 765). Red value is 24 (9.77% from 255 or 58.54% from 41); Green value is 14 (5.86% from 255 or 34.15% from 41); Blue value is 3 (1.56% from 255 or 7.32% from 41); Max value from RGB is 24 - color contains mainly: red. Hex color #180E03 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #180E03 is #E7F1FC. Grayscale: #0F0F0F. Windows color (decimal): -15200765 or 200216. OLE color: 200216.

HSL color Cylindrical-coordinate representation of color #180E03: hue angle of 31.43º degrees, saturation: 0.78, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #180E03 is Cyan = 0, Magento = 0.42, Yellow = 0.88 and Black (K on CMYK) = 0.91.

Color convert

RGB24143-
CMYK00.420.880.91
HSL31.43º77.78%5.29%-
HSV(B)31.43º87.5%9.41%-
XYZ0.550.510.16-
YUV15.74120.81133.89-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 58.54%
GREEN value IS 14 (5.86% from 255) = 34.15%
BLUE value IS 3 (1.56% from 255) = 7.32%
R=58.54%
G=34.15%
B=7.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.88
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal2414300.420.880.9131.4377.785.29
Hex18E302A585B1f4e5
Octal30163052130133371165
Binary11000111011010101010110001011011111111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #180E03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #180E03; }

 p { color: rgb(24,14,3); }

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

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

 a { background-color: rgb(24,14,3); }

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

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

 span { border-color: rgb(24,14,3); }

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