Html Css Color HEX #120D07 Bokara Grey

📋 copy color: '#120D07'

red 18 ◦ green 13 ◦ blue 7

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

Shades of Bokara Grey #120D07

Tints of Bokara Grey #120D07

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 18.42%

R = 47.37%
G = 34.21%
B = 18.42%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.61

 K value IS 0.93

RGB Variations

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

Color information

#120D07 (or 0x120D07) is known color: Bokara Grey. HEX triplet: 12, 0D and 07. RGB value is (18,13,7). Sum of RGB (Red+Green+Blue) = 18+13+7=38 (5% of max value = 765). Red value is 18 (7.42% from 255 or 47.37% from 38); Green value is 13 (5.47% from 255 or 34.21% from 38); Blue value is 7 (3.12% from 255 or 18.42% from 38); Max value from RGB is 18 - color contains mainly: red. Hex color #120D07 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120D07 is #EDF2F8. Grayscale: #0D0D0D. Windows color (decimal): -15594233 or 462098. OLE color: 462098.

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

Color convert

RGB 18 13 7 -
CMYK 0 0.28 0.61 0.93
HSL 32.73º 0.44% 0.05% -
HSV(B) 32.73º 0.61% 0.07% -
XYZ 0.43 0.43 0.26 -
YUV 13.81 124.16 130.99 -
System Red Green Blue C M Y K H S L
Decimal 18 13 7 0 0.28 0.61 0.93 32.73 0.44 0.05
Hex 12 D 7 0 1C 3D 5D 21 2C 5
Octal 22 15 7 0 34 75 135 41 54 5
Binary 10010 1101 111 0 11100 111101 1011101 100001 101100 101

Color Harmonies of #120D07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120D07

Black with #120D07

Text Example


Text Example

White with #120D07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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