#140E04

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

Shades of Bokara Grey #140E04

Tints of Bokara Grey #140E04

Color information

#140E04 (or 0x140E04) is unknown color: approx Bokara Grey. HEX triplet: 14, 0E and 04. RGB value is (20,14,4). Sum of RGB (Red+Green+Blue) = 20+14+4=38 (5% of max value = 765). Red value is 20 (8.20% from 255 or 52.63% from 38); Green value is 14 (5.86% from 255 or 36.84% from 38); Blue value is 4 (1.95% from 255 or 10.53% from 38); Max value from RGB is 20 - color contains mainly: red. Hex color #140E04 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #140E04 is #EBF1FB. Grayscale: #0E0E0E. Windows color (decimal): -15462908 or 265748. OLE color: 265748.

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

Color convert

RGB20144-
CMYK00.300.800.92
HSL37.5º66.67%4.71%-
HSV(B)37.5º80%7.84%-
XYZ0.470.470.18-
YUV14.65121.99131.81-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 52.63%
GREEN value IS 14 (5.86% from 255) = 36.84%
BLUE value IS 4 (1.95% from 255) = 10.53%
R=52.63%
G=36.84%
B=10.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.80
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal2014400.300.800.9237.566.674.71
Hex14E401E505C26435
Octal24164036120134461035
Binary101001110100011110101000010111001001101000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140E04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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