Html Css Color HEX #141312 Bokara Grey

📋 copy color: '#141312'

red 20 ◦ green 19 ◦ blue 18

#141312
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bokara Grey #141312

Tints of Bokara Grey #141312

RGB

 RED value IS 20 (8.2% 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 value IS 0

 M value IS 0.05

 Y value IS 0.10

 K value IS 0.92

RGB Variations

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

Color information

#141312 (or 0x141312) is known color: 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

RGB 20 19 18 -
CMYK 0 0.05 0.10 0.92
HSL 30º 0.05% 0.07% -
HSV(B) 30º 0.1% 0.08% -
XYZ 0.63 0.66 0.67 -
YUV 19.19 127.33 128.58 -
System Red Green Blue C M Y K H S L
Decimal 20 19 18 0 0.05 0.10 0.92 30 0.05 0.07
Hex 14 13 12 0 5 A 5C 1E 5 7
Octal 24 23 22 0 5 12 134 36 5 7
Binary 10100 10011 10010 0 101 1010 1011100 11110 101 111

Color Harmonies of #141312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141312

Black with #141312

Text Example


Text Example

White with #141312

Text Example


Text Example

HTML Codes & Css Web 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>