#140F0A

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

Shades of Bokara Grey #140F0A

Tints of Bokara Grey #140F0A

Color information

#140F0A (or 0x140F0A) is unknown color: approx Bokara Grey. HEX triplet: 14, 0F and 0A. RGB value is (20,15,10). Sum of RGB (Red+Green+Blue) = 20+15+10=45 (5% of max value = 765). Red value is 20 (8.20% from 255 or 44.44% from 45); Green value is 15 (6.25% from 255 or 33.33% from 45); Blue value is 10 (4.30% from 255 or 22.22% from 45); Max value from RGB is 20 - color contains mainly: red. Hex color #140F0A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #140F0A is #EBF0F5. Grayscale: #0F0F0F. Windows color (decimal): -15462646 or 659220. OLE color: 659220.

HSL color Cylindrical-coordinate representation of color #140F0A: hue angle of 30º degrees, saturation: 0.33, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #140F0A is Cyan = 0, Magento = 0.25, Yellow = 0.50 and Black (K on CMYK) = 0.92.

Color convert

RGB201510-
CMYK00.250.500.92
HSL30º33.33%5.88%-
HSV(B)30º50%7.84%-
XYZ0.510.510.36-
YUV15.92124.66130.91-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 44.44%
GREEN value IS 15 (6.25% from 255) = 33.33%
BLUE value IS 10 (4.30% from 255) = 22.22%
R=44.44%
G=33.33%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.50
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal20151000.250.500.923033.335.88
Hex14FA019325C1e216
Octal2417120316213436416
Binary1010011111010011001110010101110011110100001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140F0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,15,10); }

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

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

 a { background-color: rgb(20,15,10); }

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

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

 span { border-color: rgb(20,15,10); }

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