Html Css Color HEX #111425 Black Russian

📋 copy color: '#111425'

red 17 ◦ green 20 ◦ blue 37

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

Shades of Black Russian #111425

Tints of Black Russian #111425

RGB

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

 GREEN value IS 20 (8.2% from 255) = 27.03%

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

R = 22.97%
G = 27.03%
B = 50%

CMYK

 C value IS 0.54

 M value IS 0.46

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#111425 (or 0x111425) is known color: Black Russian. HEX triplet: 11, 14 and 25. RGB value is (17,20,37). Sum of RGB (Red+Green+Blue) = 17+20+37=74 (9% of max value = 765). Red value is 17 (7.03% from 255 or 22.97% from 74); Green value is 20 (8.20% from 255 or 27.03% from 74); Blue value is 37 (14.84% from 255 or 50% from 74); Max value from RGB is 37 - color contains mainly: blue. Hex color #111425 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #111425 is #EEEBDA. Grayscale: #141414. Windows color (decimal): -15657947 or 2429969. OLE color: 2429969.

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

Color convert

RGB 17 20 37 -
CMYK 0.54 0.46 0 0.85
HSL 231º 0.37% 0.11% -
HSV(B) 231º 0.54% 0.15% -
XYZ 0.82 0.75 1.85 -
YUV 21.04 137.01 125.12 -
System Red Green Blue C M Y K H S L
Decimal 17 20 37 0.54 0.46 0 0.85 231 0.37 0.11
Hex 11 14 25 36 2E 0 55 E7 25 B
Octal 21 24 45 66 56 0 125 347 45 13
Binary 10001 10100 100101 110110 101110 0 1010101 11100111 100101 1011

Color Harmonies of #111425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #111425

Black with #111425

Text Example


Text Example

White with #111425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #111425; }

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

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

background-color css

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

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

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

border-color css

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

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

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