Html Css Color HEX #120F2C Black Russian

📋 copy color: '#120F2C'

red 18 ◦ green 15 ◦ blue 44

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

Shades of Black Russian #120F2C

Tints of Black Russian #120F2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 57.14%

R = 23.38%
G = 19.48%
B = 57.14%

CMYK

 C value IS 0.59

 M value IS 0.66

 Y value IS 0

 K value IS 0.83

RGB Variations

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

Color information

#120F2C (or 0x120F2C) is known color: Black Russian. HEX triplet: 12, 0F and 2C. RGB value is (18,15,44). Sum of RGB (Red+Green+Blue) = 18+15+44=77 (10% of max value = 765). Red value is 18 (7.42% from 255 or 23.38% from 77); Green value is 15 (6.25% from 255 or 19.48% from 77); Blue value is 44 (17.58% from 255 or 57.14% from 77); Max value from RGB is 44 - color contains mainly: blue. Hex color #120F2C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #120F2C is #EDF0D3. Grayscale: #131313. Windows color (decimal): -15593684 or 2887442. OLE color: 2887442.

HSL color Cylindrical-coordinate representation of color #120F2C: hue angle of 246.21º degrees, saturation: 0.49, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #120F2C is Cyan = 0.59, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB 18 15 44 -
CMYK 0.59 0.66 0 0.83
HSL 246.21º 0.49% 0.12% -
HSV(B) 246.21º 0.66% 0.17% -
XYZ 0.87 0.65 2.46 -
YUV 19.2 141.99 127.14 -
System Red Green Blue C M Y K H S L
Decimal 18 15 44 0.59 0.66 0 0.83 246.21 0.49 0.12
Hex 12 F 2C 3B 42 0 53 F6 31 C
Octal 22 17 54 73 102 0 123 366 61 14
Binary 10010 1111 101100 111011 1000010 0 1010011 11110110 110001 1100

Color Harmonies of #120F2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120F2C

Black with #120F2C

Text Example


Text Example

White with #120F2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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