Html Css Color HEX #120F34 Black Russian

📋 copy color: '#120F34'

red 18 ◦ green 15 ◦ blue 52

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

Shades of Black Russian #120F34

Tints of Black Russian #120F34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 61.18%

R = 21.18%
G = 17.65%
B = 61.18%

CMYK

 C value IS 0.65

 M value IS 0.71

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#120F34 (or 0x120F34) is known color: Black Russian. HEX triplet: 12, 0F and 34. RGB value is (18,15,52). Sum of RGB (Red+Green+Blue) = 18+15+52=85 (11% of max value = 765). Red value is 18 (7.42% from 255 or 21.18% from 85); Green value is 15 (6.25% from 255 or 17.65% from 85); Blue value is 52 (20.70% from 255 or 61.18% from 85); Max value from RGB is 52 - color contains mainly: blue. Hex color #120F34 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #120F34 is #EDF0CB. Grayscale: #131313. Windows color (decimal): -15593676 or 3411730. OLE color: 3411730.

HSL color Cylindrical-coordinate representation of color #120F34: hue angle of 244.86º degrees, saturation: 0.55, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #120F34 is Cyan = 0.65, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB 18 15 52 -
CMYK 0.65 0.71 0 0.80
HSL 244.86º 0.55% 0.13% -
HSV(B) 244.86º 0.71% 0.2% -
XYZ 1.04 0.72 3.33 -
YUV 20.12 145.99 126.49 -
System Red Green Blue C M Y K H S L
Decimal 18 15 52 0.65 0.71 0 0.80 244.86 0.55 0.13
Hex 12 F 34 41 47 0 50 F5 37 D
Octal 22 17 64 101 107 0 120 365 67 15
Binary 10010 1111 110100 1000001 1000111 0 1010000 11110101 110111 1101

Color Harmonies of #120F34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120F34

Black with #120F34

Text Example


Text Example

White with #120F34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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