Html Css Color HEX #120C05 Bokara Grey

📋 copy color: '#120C05'

red 18 ◦ green 12 ◦ blue 5

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

Shades of Bokara Grey #120C05

Tints of Bokara Grey #120C05

RGB

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

 GREEN value IS 12 (5.08% from 255) = 34.29%

 BLUE value IS 5 (2.34% from 255) = 14.29%

R = 51.43%
G = 34.29%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.72

 K value IS 0.93

RGB Variations

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

Color information

#120C05 (or 0x120C05) is known color: Bokara Grey. HEX triplet: 12, 0C and 05. RGB value is (18,12,5). Sum of RGB (Red+Green+Blue) = 18+12+5=35 (4% of max value = 765). Red value is 18 (7.42% from 255 or 51.43% from 35); Green value is 12 (5.08% from 255 or 34.29% from 35); Blue value is 5 (2.34% from 255 or 14.29% from 35); Max value from RGB is 18 - color contains mainly: red. Hex color #120C05 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120C05 is #EDF3FA. Grayscale: #0D0D0D. Windows color (decimal): -15594491 or 330770. OLE color: 330770.

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

Color convert

RGB 18 12 5 -
CMYK 0 0.33 0.72 0.93
HSL 32.31º 0.57% 0.05% -
HSV(B) 32.31º 0.72% 0.07% -
XYZ 0.41 0.4 0.2 -
YUV 13 123.49 131.57 -
System Red Green Blue C M Y K H S L
Decimal 18 12 5 0 0.33 0.72 0.93 32.31 0.57 0.05
Hex 12 C 5 0 21 48 5D 20 39 5
Octal 22 14 5 0 41 110 135 40 71 5
Binary 10010 1100 101 0 100001 1001000 1011101 100000 111001 101

Color Harmonies of #120C05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120C05

Black with #120C05

Text Example


Text Example

White with #120C05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,12,5); }

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

background-color css

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

 a { background-color: rgb(18,12,5); }

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

border-color css

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

 span { border-color: rgb(18,12,5); }

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