Html Css Color HEX #120F2D Black Russian

📋 copy color: '#120F2D'

red 18 ◦ green 15 ◦ blue 45

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

Shades of Black Russian #120F2D

Tints of Black Russian #120F2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 57.69%

R = 23.08%
G = 19.23%
B = 57.69%

CMYK

 C value IS 0.6

 M value IS 0.67

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#120F2D (or 0x120F2D) is known color: Black Russian. HEX triplet: 12, 0F and 2D. RGB value is (18,15,45). Sum of RGB (Red+Green+Blue) = 18+15+45=78 (10% of max value = 765). Red value is 18 (7.42% from 255 or 23.08% from 78); Green value is 15 (6.25% from 255 or 19.23% from 78); Blue value is 45 (17.97% from 255 or 57.69% from 78); Max value from RGB is 45 - color contains mainly: blue. Hex color #120F2D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #120F2D is #EDF0D2. Grayscale: #131313. Windows color (decimal): -15593683 or 2952978. OLE color: 2952978.

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

Color convert

RGB 18 15 45 -
CMYK 0.6 0.67 0 0.82
HSL 246º 0.5% 0.12% -
HSV(B) 246º 0.67% 0.18% -
XYZ 0.89 0.66 2.56 -
YUV 19.32 142.49 127.06 -
System Red Green Blue C M Y K H S L
Decimal 18 15 45 0.6 0.67 0 0.82 246 0.5 0.12
Hex 12 F 2D 3C 43 0 52 F6 32 C
Octal 22 17 55 74 103 0 122 366 62 14
Binary 10010 1111 101101 111100 1000011 0 1010010 11110110 110010 1100

Color Harmonies of #120F2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120F2D

Black with #120F2D

Text Example


Text Example

White with #120F2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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