Html Css Color HEX #120F24 Black Russian

📋 copy color: '#120F24'

red 18 ◦ green 15 ◦ blue 36

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

Shades of Black Russian #120F24

Tints of Black Russian #120F24

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 52.17%

R = 26.09%
G = 21.74%
B = 52.17%

CMYK

 C value IS 0.5

 M value IS 0.58

 Y value IS 0

 K value IS 0.86

RGB Variations

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

Color information

#120F24 (or 0x120F24) is known color: Black Russian. HEX triplet: 12, 0F and 24. RGB value is (18,15,36). Sum of RGB (Red+Green+Blue) = 18+15+36=69 (9% of max value = 765). Red value is 18 (7.42% from 255 or 26.09% from 69); Green value is 15 (6.25% from 255 or 21.74% from 69); Blue value is 36 (14.45% from 255 or 52.17% from 69); Max value from RGB is 36 - color contains mainly: blue. Hex color #120F24 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #120F24 is #EDF0DB. Grayscale: #121212. Windows color (decimal): -15593692 or 2363154. OLE color: 2363154.

HSL color Cylindrical-coordinate representation of color #120F24: hue angle of 248.57º degrees, saturation: 0.41, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #120F24 is Cyan = 0.5, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.86.

Color convert

RGB 18 15 36 -
CMYK 0.5 0.58 0 0.86
HSL 248.57º 0.41% 0.1% -
HSV(B) 248.57º 0.58% 0.14% -
XYZ 0.74 0.6 1.75 -
YUV 18.29 137.99 127.79 -
System Red Green Blue C M Y K H S L
Decimal 18 15 36 0.5 0.58 0 0.86 248.57 0.41 0.1
Hex 12 F 24 32 3A 0 56 F9 29 A
Octal 22 17 44 62 72 0 126 371 51 12
Binary 10010 1111 100100 110010 111010 0 1010110 11111001 101001 1010

Color Harmonies of #120F24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120F24

Black with #120F24

Text Example


Text Example

White with #120F24

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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