Html Css Color HEX #111325 Black Russian

📋 copy color: '#111325'

red 17 ◦ green 19 ◦ blue 37

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

Shades of Black Russian #111325

Tints of Black Russian #111325

RGB

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

 GREEN value IS 19 (7.81% from 255) = 26.03%

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

R = 23.29%
G = 26.03%
B = 50.68%

CMYK

 C value IS 0.54

 M value IS 0.49

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#111325 (or 0x111325) is known color: Black Russian. HEX triplet: 11, 13 and 25. RGB value is (17,19,37). Sum of RGB (Red+Green+Blue) = 17+19+37=73 (9% of max value = 765). Red value is 17 (7.03% from 255 or 23.29% from 73); Green value is 19 (7.81% from 255 or 26.03% from 73); Blue value is 37 (14.84% from 255 or 50.68% from 73); Max value from RGB is 37 - color contains mainly: blue. Hex color #111325 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #111325 is #EEECDA. Grayscale: #141414. Windows color (decimal): -15658203 or 2429713. OLE color: 2429713.

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

Color convert

RGB 17 19 37 -
CMYK 0.54 0.49 0 0.85
HSL 234º 0.37% 0.11% -
HSV(B) 234º 0.54% 0.15% -
XYZ 0.8 0.72 1.85 -
YUV 20.45 137.34 125.54 -
System Red Green Blue C M Y K H S L
Decimal 17 19 37 0.54 0.49 0 0.85 234 0.37 0.11
Hex 11 13 25 36 31 0 55 EA 25 B
Octal 21 23 45 66 61 0 125 352 45 13
Binary 10001 10011 100101 110110 110001 0 1010101 11101010 100101 1011

Color Harmonies of #111325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #111325

Black with #111325

Text Example


Text Example

White with #111325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #111325; }

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

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

background-color css

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

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

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

border-color css

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

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

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