Html Css Color HEX #120D05 Bokara Grey

📋 copy color: '#120D05'

red 18 ◦ green 13 ◦ blue 5

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

Shades of Bokara Grey #120D05

Tints of Bokara Grey #120D05

RGB

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

 GREEN value IS 13 (5.47% from 255) = 36.11%

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

R = 50%
G = 36.11%
B = 13.89%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.72

 K value IS 0.93

RGB Variations

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

Color information

#120D05 (or 0x120D05) is known color: Bokara Grey. HEX triplet: 12, 0D and 05. RGB value is (18,13,5). Sum of RGB (Red+Green+Blue) = 18+13+5=36 (4% of max value = 765). Red value is 18 (7.42% from 255 or 50% from 36); Green value is 13 (5.47% from 255 or 36.11% from 36); Blue value is 5 (2.34% from 255 or 13.89% from 36); Max value from RGB is 18 - color contains mainly: red. Hex color #120D05 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120D05 is #EDF2FA. Grayscale: #0D0D0D. Windows color (decimal): -15594235 or 331026. OLE color: 331026.

HSL color Cylindrical-coordinate representation of color #120D05: hue angle of 36.92º 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 #120D05 is Cyan = 0, Magento = 0.28, Yellow = 0.72 and Black (K on CMYK) = 0.93.

Color convert

RGB 18 13 5 -
CMYK 0 0.28 0.72 0.93
HSL 36.92º 0.57% 0.05% -
HSV(B) 36.92º 0.72% 0.07% -
XYZ 0.42 0.43 0.2 -
YUV 13.58 123.16 131.15 -
System Red Green Blue C M Y K H S L
Decimal 18 13 5 0 0.28 0.72 0.93 36.92 0.57 0.05
Hex 12 D 5 0 1C 48 5D 25 39 5
Octal 22 15 5 0 34 110 135 45 71 5
Binary 10010 1101 101 0 11100 1001000 1011101 100101 111001 101

Color Harmonies of #120D05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120D05

Black with #120D05

Text Example


Text Example

White with #120D05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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