Html Css Color HEX #111225 Black Russian

📋 copy color: '#111225'

red 17 ◦ green 18 ◦ blue 37

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

Shades of Black Russian #111225

Tints of Black Russian #111225

RGB

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

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

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

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

CMYK

 C value IS 0.54

 M value IS 0.51

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#111225 (or 0x111225) is known color: Black Russian. HEX triplet: 11, 12 and 25. RGB value is (17,18,37). Sum of RGB (Red+Green+Blue) = 17+18+37=72 (9% of max value = 765). Red value is 17 (7.03% from 255 or 23.61% from 72); Green value is 18 (7.42% from 255 or 25% 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 #111225 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #111225 is #EEEDDA. Grayscale: #131313. Windows color (decimal): -15658459 or 2429457. OLE color: 2429457.

HSL color Cylindrical-coordinate representation of color #111225: hue angle of 237º 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 #111225 is Cyan = 0.54, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB 17 18 37 -
CMYK 0.54 0.51 0 0.85
HSL 237º 0.37% 0.11% -
HSV(B) 237º 0.54% 0.15% -
XYZ 0.78 0.69 1.84 -
YUV 19.87 137.67 125.96 -
System Red Green Blue C M Y K H S L
Decimal 17 18 37 0.54 0.51 0 0.85 237 0.37 0.11
Hex 11 12 25 36 33 0 55 ED 25 B
Octal 21 22 45 66 63 0 125 355 45 13
Binary 10001 10010 100101 110110 110011 0 1010101 11101101 100101 1011

Color Harmonies of #111225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #111225

Black with #111225

Text Example


Text Example

White with #111225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #111225; }

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

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

background-color css

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

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

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

border-color css

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

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

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