#140E09

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

Shades of Bokara Grey #140E09

Tints of Bokara Grey #140E09

Color information

#140E09 (or 0x140E09) is unknown color: approx Bokara Grey. HEX triplet: 14, 0E and 09. RGB value is (20,14,9). Sum of RGB (Red+Green+Blue) = 20+14+9=43 (5% of max value = 765). Red value is 20 (8.20% from 255 or 46.51% from 43); Green value is 14 (5.86% from 255 or 32.56% from 43); Blue value is 9 (3.91% from 255 or 20.93% from 43); Max value from RGB is 20 - color contains mainly: red. Hex color #140E09 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #140E09 is #EBF1F6. Grayscale: #0F0F0F. Windows color (decimal): -15462903 or 593428. OLE color: 593428.

HSL color Cylindrical-coordinate representation of color #140E09: hue angle of 27.27º degrees, saturation: 0.38, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #140E09 is Cyan = 0, Magento = 0.30, Yellow = 0.55 and Black (K on CMYK) = 0.92.

Color convert

RGB20149-
CMYK00.300.550.92
HSL27.27º37.93%5.69%-
HSV(B)27.27º55%7.84%-
XYZ0.490.480.33-
YUV15.22124.49131.41-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 46.51%
GREEN value IS 14 (5.86% from 255) = 32.56%
BLUE value IS 9 (3.91% from 255) = 20.93%
R=46.51%
G=32.56%
B=20.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.55
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal2014900.300.550.9227.2737.935.69
Hex14E901E375C1b266
Octal2416110366713433466
Binary1010011101001011110110111101110011011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140E09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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