#140C00

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

Shades of Bokara Grey #140C00

Tints of Bokara Grey #140C00

Color information

#140C00 (or 0x140C00) is unknown color: approx Bokara Grey. HEX triplet: 14, 0C and 00. RGB value is (20,12,0). Sum of RGB (Red+Green+Blue) = 20+12+0=32 (4% of max value = 765). Red value is 20 (8.20% from 255 or 62.5% from 32); Green value is 12 (5.08% from 255 or 37.5% from 32); Blue value is 0 (0.39% from 255 or 0% from 32); Max value from RGB is 20 - color contains mainly: red. Hex color #140C00 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #140C00 is #EBF3FF. Grayscale: #0D0D0D. Windows color (decimal): -15463424 or 3092. OLE color: 3092.

HSL color Cylindrical-coordinate representation of color #140C00: hue angle of 36º degrees, saturation: 1, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 1%. Process color model (Four color, CMYK) of #140C00 is Cyan = 0, Magento = 0.40, Yellow = 1 and Black (K on CMYK) = 0.92.

Color convert

RGB20120-
CMYK00.4010.92
HSL36º100%3.92%-
HSV(B)36º100%7.84%-
XYZ0.420.410.06-
YUV13.02120.65132.98-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 62.5%
GREEN value IS 12 (5.08% from 255) = 37.5%
BLUE value IS 0 (0.39% from 255) = 0%
R=62.5%
G=37.5%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 1
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal2012000.4010.92361003.92
Hex14C0028645C24644
Octal24140050144134441444
Binary10100110000101000110010010111001001001100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140C00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,12,0); }

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

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

 a { background-color: rgb(20,12,0); }

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

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

 span { border-color: rgb(20,12,0); }

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