Html Css Color HEX #120F2A Black Russian

📋 copy color: '#120F2A'

red 18 ◦ green 15 ◦ blue 42

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

Shades of Black Russian #120F2A

Tints of Black Russian #120F2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 56%

R = 24%
G = 20%
B = 56%

CMYK

 C value IS 0.57

 M value IS 0.64

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#120F2A (or 0x120F2A) is known color: Black Russian. HEX triplet: 12, 0F and 2A. RGB value is (18,15,42). Sum of RGB (Red+Green+Blue) = 18+15+42=75 (9% of max value = 765). Red value is 18 (7.42% from 255 or 24% from 75); Green value is 15 (6.25% from 255 or 20% from 75); Blue value is 42 (16.80% from 255 or 56% from 75); Max value from RGB is 42 - color contains mainly: blue. Hex color #120F2A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #120F2A is #EDF0D5. Grayscale: #121212. Windows color (decimal): -15593686 or 2756370. OLE color: 2756370.

HSL color Cylindrical-coordinate representation of color #120F2A: hue angle of 246.67º degrees, saturation: 0.47, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #120F2A is Cyan = 0.57, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB 18 15 42 -
CMYK 0.57 0.64 0 0.84
HSL 246.67º 0.47% 0.11% -
HSV(B) 246.67º 0.64% 0.16% -
XYZ 0.84 0.64 2.27 -
YUV 18.98 140.99 127.3 -
System Red Green Blue C M Y K H S L
Decimal 18 15 42 0.57 0.64 0 0.84 246.67 0.47 0.11
Hex 12 F 2A 39 40 0 54 F7 2F B
Octal 22 17 52 71 100 0 124 367 57 13
Binary 10010 1111 101010 111001 1000000 0 1010100 11110111 101111 1011

Color Harmonies of #120F2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120F2A

Black with #120F2A

Text Example


Text Example

White with #120F2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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