Html Css Color HEX #120B01 Bokara Grey

📋 copy color: '#120B01'

red 18 ◦ green 11 ◦ blue 1

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

Shades of Bokara Grey #120B01

Tints of Bokara Grey #120B01

RGB

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

 GREEN value IS 11 (4.69% from 255) = 36.67%

 BLUE value IS 1 (0.78% from 255) = 3.33%

R = 60%
G = 36.67%
B = 3.33%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.94

 K value IS 0.93

RGB Variations

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

Color information

#120B01 (or 0x120B01) is known color: Bokara Grey. HEX triplet: 12, 0B and 01. RGB value is (18,11,1). Sum of RGB (Red+Green+Blue) = 18+11+1=30 (3% of max value = 765). Red value is 18 (7.42% from 255 or 60% from 30); Green value is 11 (4.69% from 255 or 36.67% from 30); Blue value is 1 (0.78% from 255 or 3.33% from 30); Max value from RGB is 18 - color contains mainly: red. Hex color #120B01 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120B01 is #EDF4FE. Grayscale: #0B0B0B. Windows color (decimal): -15594751 or 68370. OLE color: 68370.

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

Color convert

RGB 18 11 1 -
CMYK 0 0.39 0.94 0.93
HSL 35.29º 0.89% 0.04% -
HSV(B) 35.29º 0.94% 0.07% -
XYZ 0.37 0.37 0.08 -
YUV 11.95 121.82 132.31 -
System Red Green Blue C M Y K H S L
Decimal 18 11 1 0 0.39 0.94 0.93 35.29 0.89 0.04
Hex 12 B 1 0 27 5E 5D 23 59 4
Octal 22 13 1 0 47 136 135 43 131 4
Binary 10010 1011 1 0 100111 1011110 1011101 100011 1011001 100

Color Harmonies of #120B01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120B01

Black with #120B01

Text Example


Text Example

White with #120B01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,11,1); }

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

background-color css

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

 a { background-color: rgb(18,11,1); }

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

border-color css

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

 span { border-color: rgb(18,11,1); }

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