Html Css Color HEX #120F21 Black Russian

📋 copy color: '#120F21'

red 18 ◦ green 15 ◦ blue 33

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

Shades of Black Russian #120F21

Tints of Black Russian #120F21

RGB

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

 GREEN value IS 15 (6.25% from 255) = 22.73%

 BLUE value IS 33 (13.28% from 255) = 50%

R = 27.27%
G = 22.73%
B = 50%

CMYK

 C value IS 0.45

 M value IS 0.55

 Y value IS 0

 K value IS 0.87

RGB Variations

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

Color information

#120F21 (or 0x120F21) is known color: Black Russian. HEX triplet: 12, 0F and 21. RGB value is (18,15,33). Sum of RGB (Red+Green+Blue) = 18+15+33=66 (8% of max value = 765). Red value is 18 (7.42% from 255 or 27.27% from 66); Green value is 15 (6.25% from 255 or 22.73% from 66); Blue value is 33 (13.28% from 255 or 50% from 66); Max value from RGB is 33 - color contains mainly: blue. Hex color #120F21 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #120F21 is #EDF0DE. Grayscale: #111111. Windows color (decimal): -15593695 or 2166546. OLE color: 2166546.

HSL color Cylindrical-coordinate representation of color #120F21: hue angle of 250º degrees, saturation: 0.38, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #120F21 is Cyan = 0.45, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB 18 15 33 -
CMYK 0.45 0.55 0 0.87
HSL 250º 0.38% 0.09% -
HSV(B) 250º 0.55% 0.13% -
XYZ 0.69 0.58 1.51 -
YUV 17.95 136.49 128.04 -
System Red Green Blue C M Y K H S L
Decimal 18 15 33 0.45 0.55 0 0.87 250 0.38 0.09
Hex 12 F 21 2D 37 0 57 FA 26 9
Octal 22 17 41 55 67 0 127 372 46 11
Binary 10010 1111 100001 101101 110111 0 1010111 11111010 100110 1001

Color Harmonies of #120F21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120F21

Black with #120F21

Text Example


Text Example

White with #120F21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,15,33); }

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

background-color css

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

 a { background-color: rgb(18,15,33); }

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

border-color css

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

 span { border-color: rgb(18,15,33); }

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