Html Css Color HEX #120F2F Black Russian

📋 copy color: '#120F2F'

red 18 ◦ green 15 ◦ blue 47

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

Shades of Black Russian #120F2F

Tints of Black Russian #120F2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 58.75%

R = 22.5%
G = 18.75%
B = 58.75%

CMYK

 C value IS 0.62

 M value IS 0.68

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#120F2F (or 0x120F2F) is known color: Black Russian. HEX triplet: 12, 0F and 2F. RGB value is (18,15,47). Sum of RGB (Red+Green+Blue) = 18+15+47=80 (10% of max value = 765). Red value is 18 (7.42% from 255 or 22.5% from 80); Green value is 15 (6.25% from 255 or 18.75% from 80); Blue value is 47 (18.75% from 255 or 58.75% from 80); Max value from RGB is 47 - color contains mainly: blue. Hex color #120F2F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #120F2F is #EDF0D0. Grayscale: #131313. Windows color (decimal): -15593681 or 3084050. OLE color: 3084050.

HSL color Cylindrical-coordinate representation of color #120F2F: hue angle of 245.62º degrees, saturation: 0.52, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #120F2F is Cyan = 0.62, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB 18 15 47 -
CMYK 0.62 0.68 0 0.82
HSL 245.63º 0.52% 0.12% -
HSV(B) 245.63º 0.68% 0.18% -
XYZ 0.93 0.68 2.77 -
YUV 19.55 143.49 126.9 -
System Red Green Blue C M Y K H S L
Decimal 18 15 47 0.62 0.68 0 0.82 245.63 0.52 0.12
Hex 12 F 2F 3E 44 0 52 F6 34 C
Octal 22 17 57 76 104 0 122 366 64 14
Binary 10010 1111 101111 111110 1000100 0 1010010 11110110 110100 1100

Color Harmonies of #120F2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120F2F

Black with #120F2F

Text Example


Text Example

White with #120F2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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