#141312

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

Shades of Bokara Grey #141312

Tints of Bokara Grey #141312

Color information

#141312 (or 0x141312) is unknown color: approx Bokara Grey. HEX triplet: 14, 13 and 12. RGB value is (20,19,18). Sum of RGB (Red+Green+Blue) = 20+19+18=57 (7% of max value = 765). Red value is 20 (8.20% from 255 or 35.09% from 57); Green value is 19 (7.81% from 255 or 33.33% from 57); Blue value is 18 (7.42% from 255 or 31.58% from 57); Max value from RGB is 20 - color contains mainly: red. Hex color #141312 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #141312 is #EBECED. Grayscale: #131313. Windows color (decimal): -15461614 or 1184532. OLE color: 1184532.

HSL color Cylindrical-coordinate representation of color #141312: hue angle of 30º degrees, saturation: 0.05, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #141312 is Cyan = 0, Magento = 0.05, Yellow = 0.10 and Black (K on CMYK) = 0.92.

Color convert

RGB201918-
CMYK00.050.100.92
HSL30º5.26%7.45%-
HSV(B)30º10%7.84%-
XYZ0.630.660.67-
YUV19.18127.33128.58-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 35.09%
GREEN value IS 19 (7.81% from 255) = 33.33%
BLUE value IS 18 (7.42% from 255) = 31.58%
R=35.09%
G=33.33%
B=31.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.10
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal20191800.050.100.92305.267.45
Hex14131205A5C1e57
Octal24232205121343657
Binary10100100111001001011010101110011110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141312

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #141312; }

 p { color: rgb(20,19,18); }

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

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

 a { background-color: rgb(20,19,18); }

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

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

 span { border-color: rgb(20,19,18); }

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