#140E07

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

Shades of Bokara Grey #140E07

Tints of Bokara Grey #140E07

Color information

#140E07 (or 0x140E07) is unknown color: approx Bokara Grey. HEX triplet: 14, 0E and 07. RGB value is (20,14,7). Sum of RGB (Red+Green+Blue) = 20+14+7=41 (5% of max value = 765). Red value is 20 (8.20% from 255 or 48.78% from 41); Green value is 14 (5.86% from 255 or 34.15% from 41); Blue value is 7 (3.12% from 255 or 17.07% from 41); Max value from RGB is 20 - color contains mainly: red. Hex color #140E07 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #140E07 is #EBF1F8. Grayscale: #0F0F0F. Windows color (decimal): -15462905 or 462356. OLE color: 462356.

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

Color convert

RGB20147-
CMYK00.300.650.92
HSL32.31º48.15%5.29%-
HSV(B)32.31º65%7.84%-
XYZ0.480.480.27-
YUV15123.49131.57-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 48.78%
GREEN value IS 14 (5.86% from 255) = 34.15%
BLUE value IS 7 (3.12% from 255) = 17.07%
R=48.78%
G=34.15%
B=17.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.65
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal2014700.300.650.9232.3148.155.29
Hex14E701E415C20305
Octal2416703610113440605
Binary10100111011101111010000011011100100000110000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140E07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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