#140E08

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

Shades of Bokara Grey #140E08

Tints of Bokara Grey #140E08

Color information

#140E08 (or 0x140E08) is unknown color: approx Bokara Grey. HEX triplet: 14, 0E and 08. RGB value is (20,14,8). Sum of RGB (Red+Green+Blue) = 20+14+8=42 (5% of max value = 765). Red value is 20 (8.20% from 255 or 47.62% from 42); Green value is 14 (5.86% from 255 or 33.33% from 42); Blue value is 8 (3.52% from 255 or 19.05% from 42); Max value from RGB is 20 - color contains mainly: red. Hex color #140E08 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #140E08 is #EBF1F7. Grayscale: #0F0F0F. Windows color (decimal): -15462904 or 527892. OLE color: 527892.

HSL color Cylindrical-coordinate representation of color #140E08: hue angle of 30º degrees, saturation: 0.43, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #140E08 is Cyan = 0, Magento = 0.30, Yellow = 0.60 and Black (K on CMYK) = 0.92.

Color convert

RGB20148-
CMYK00.300.600.92
HSL30º42.86%5.49%-
HSV(B)30º60%7.84%-
XYZ0.490.480.3-
YUV15.11123.99131.49-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 47.62%
GREEN value IS 14 (5.86% from 255) = 33.33%
BLUE value IS 8 (3.52% from 255) = 19.05%
R=47.62%
G=33.33%
B=19.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.60
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal2014800.300.600.923042.865.49
Hex14E801E3C5C1e2b5
Octal2416100367413436535
Binary1010011101000011110111100101110011110101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140E08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #140E08; }

 p { color: rgb(20,14,8); }

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

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

 a { background-color: rgb(20,14,8); }

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

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

 span { border-color: rgb(20,14,8); }

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