Html Css Color HEX #120F2B Black Russian

📋 copy color: '#120F2B'

red 18 ◦ green 15 ◦ blue 43

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

Shades of Black Russian #120F2B

Tints of Black Russian #120F2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 56.58%

R = 23.68%
G = 19.74%
B = 56.58%

CMYK

 C value IS 0.58

 M value IS 0.65

 Y value IS 0

 K value IS 0.83

RGB Variations

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

Color information

#120F2B (or 0x120F2B) is known color: Black Russian. HEX triplet: 12, 0F and 2B. RGB value is (18,15,43). Sum of RGB (Red+Green+Blue) = 18+15+43=76 (10% of max value = 765). Red value is 18 (7.42% from 255 or 23.68% from 76); Green value is 15 (6.25% from 255 or 19.74% from 76); Blue value is 43 (17.19% from 255 or 56.58% from 76); Max value from RGB is 43 - color contains mainly: blue. Hex color #120F2B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #120F2B is #EDF0D4. Grayscale: #121212. Windows color (decimal): -15593685 or 2821906. OLE color: 2821906.

HSL color Cylindrical-coordinate representation of color #120F2B: hue angle of 246.43º degrees, saturation: 0.48, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #120F2B is Cyan = 0.58, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB 18 15 43 -
CMYK 0.58 0.65 0 0.83
HSL 246.43º 0.48% 0.11% -
HSV(B) 246.43º 0.65% 0.17% -
XYZ 0.86 0.64 2.36 -
YUV 19.09 141.49 127.22 -
System Red Green Blue C M Y K H S L
Decimal 18 15 43 0.58 0.65 0 0.83 246.43 0.48 0.11
Hex 12 F 2B 3A 41 0 53 F6 30 B
Octal 22 17 53 72 101 0 123 366 60 13
Binary 10010 1111 101011 111010 1000001 0 1010011 11110110 110000 1011

Color Harmonies of #120F2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120F2B

Black with #120F2B

Text Example


Text Example

White with #120F2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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