Html Css Color HEX #121125 Black Russian

📋 copy color: '#121125'

red 18 ◦ green 17 ◦ blue 37

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

Shades of Black Russian #121125

Tints of Black Russian #121125

RGB

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

 GREEN value IS 17 (7.03% from 255) = 23.61%

 BLUE value IS 37 (14.84% from 255) = 51.39%

R = 25%
G = 23.61%
B = 51.39%

CMYK

 C value IS 0.51

 M value IS 0.54

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#121125 (or 0x121125) is known color: Black Russian. HEX triplet: 12, 11 and 25. RGB value is (18,17,37). Sum of RGB (Red+Green+Blue) = 18+17+37=72 (9% of max value = 765). Red value is 18 (7.42% from 255 or 25% from 72); Green value is 17 (7.03% from 255 or 23.61% from 72); Blue value is 37 (14.84% from 255 or 51.39% from 72); Max value from RGB is 37 - color contains mainly: blue. Hex color #121125 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #121125 is #EDEEDA. Grayscale: #131313. Windows color (decimal): -15593179 or 2429202. OLE color: 2429202.

HSL color Cylindrical-coordinate representation of color #121125: hue angle of 243º degrees, saturation: 0.37, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #121125 is Cyan = 0.51, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB 18 17 37 -
CMYK 0.51 0.54 0 0.85
HSL 243º 0.37% 0.11% -
HSV(B) 243º 0.54% 0.15% -
XYZ 0.78 0.66 1.84 -
YUV 19.58 137.83 126.87 -
System Red Green Blue C M Y K H S L
Decimal 18 17 37 0.51 0.54 0 0.85 243 0.37 0.11
Hex 12 11 25 33 36 0 55 F3 25 B
Octal 22 21 45 63 66 0 125 363 45 13
Binary 10010 10001 100101 110011 110110 0 1010101 11110011 100101 1011

Color Harmonies of #121125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121125

Black with #121125

Text Example


Text Example

White with #121125

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #121125; }

 p { color: rgb(18,17,37); }

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

background-color css

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

 a { background-color: rgb(18,17,37); }

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

border-color css

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

 span { border-color: rgb(18,17,37); }

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