Html Css Color HEX #120E0A Bokara Grey

📋 copy color: '#120E0A'

red 18 ◦ green 14 ◦ blue 10

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

Shades of Bokara Grey #120E0A

Tints of Bokara Grey #120E0A

RGB

 RED value IS 18 (7.42% from 255) = 42.86%

 GREEN value IS 14 (5.86% from 255) = 33.33%

 BLUE value IS 10 (4.3% from 255) = 23.81%

R = 42.86%
G = 33.33%
B = 23.81%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.44

 K value IS 0.93

RGB Variations

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

Color information

#120E0A (or 0x120E0A) is known color: Bokara Grey. HEX triplet: 12, 0E and 0A. RGB value is (18,14,10). Sum of RGB (Red+Green+Blue) = 18+14+10=42 (5% of max value = 765). Red value is 18 (7.42% from 255 or 42.86% from 42); Green value is 14 (5.86% from 255 or 33.33% from 42); Blue value is 10 (4.30% from 255 or 23.81% from 42); Max value from RGB is 18 - color contains mainly: red. Hex color #120E0A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120E0A is #EDF1F5. Grayscale: #0E0E0E. Windows color (decimal): -15593974 or 658962. OLE color: 658962.

HSL color Cylindrical-coordinate representation of color #120E0A: hue angle of 30º degrees, saturation: 0.29, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #120E0A is Cyan = 0, Magento = 0.22, Yellow = 0.44 and Black (K on CMYK) = 0.93.

Color convert

RGB 18 14 10 -
CMYK 0 0.22 0.44 0.93
HSL 30º 0.29% 0.05% -
HSV(B) 30º 0.44% 0.07% -
XYZ 0.46 0.46 0.35 -
YUV 14.74 125.33 130.33 -
System Red Green Blue C M Y K H S L
Decimal 18 14 10 0 0.22 0.44 0.93 30 0.29 0.05
Hex 12 E A 0 16 2C 5D 1E 1D 5
Octal 22 16 12 0 26 54 135 36 35 5
Binary 10010 1110 1010 0 10110 101100 1011101 11110 11101 101

Color Harmonies of #120E0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120E0A

Black with #120E0A

Text Example


Text Example

White with #120E0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #120E0A; }

 p { color: rgb(18,14,10); }

 H1.HeaderClassName
 {
   color: #120E0A;
 }
 .AnyTagClassName
 {
   color: #120E0A;
 }
</style>

background-color css

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

 a { background-color: rgb(18,14,10); }

 div.DivClassName
 {
   background-color: #120E0A;
 }
 .BgClassName
 {
   background-color: #120E0A;
 }
</style>

border-color css

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

 span { border-color: rgb(18,14,10); }

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