Html Css Color HEX #120C04 Bokara Grey

📋 copy color: '#120C04'

red 18 ◦ green 12 ◦ blue 4

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

Shades of Bokara Grey #120C04

Tints of Bokara Grey #120C04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 11.76%

R = 52.94%
G = 35.29%
B = 11.76%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.78

 K value IS 0.93

RGB Variations

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

Color information

#120C04 (or 0x120C04) is known color: Bokara Grey. HEX triplet: 12, 0C and 04. RGB value is (18,12,4). Sum of RGB (Red+Green+Blue) = 18+12+4=34 (4% of max value = 765). Red value is 18 (7.42% from 255 or 52.94% from 34); Green value is 12 (5.08% from 255 or 35.29% from 34); Blue value is 4 (1.95% from 255 or 11.76% from 34); Max value from RGB is 18 - color contains mainly: red. Hex color #120C04 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120C04 is #EDF3FB. Grayscale: #0C0C0C. Windows color (decimal): -15594492 or 265234. OLE color: 265234.

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

Color convert

RGB 18 12 4 -
CMYK 0 0.33 0.78 0.93
HSL 34.29º 0.64% 0.04% -
HSV(B) 34.29º 0.78% 0.07% -
XYZ 0.4 0.4 0.17 -
YUV 12.88 122.99 131.65 -
System Red Green Blue C M Y K H S L
Decimal 18 12 4 0 0.33 0.78 0.93 34.29 0.64 0.04
Hex 12 C 4 0 21 4E 5D 22 40 4
Octal 22 14 4 0 41 116 135 42 100 4
Binary 10010 1100 100 0 100001 1001110 1011101 100010 1000000 100

Color Harmonies of #120C04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120C04

Black with #120C04

Text Example


Text Example

White with #120C04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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