Html Css Color HEX #111327 Black Russian

📋 copy color: '#111327'

red 17 ◦ green 19 ◦ blue 39

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

Shades of Black Russian #111327

Tints of Black Russian #111327

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 52%

R = 22.67%
G = 25.33%
B = 52%

CMYK

 C value IS 0.56

 M value IS 0.51

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#111327 (or 0x111327) is known color: Black Russian. HEX triplet: 11, 13 and 27. RGB value is (17,19,39). Sum of RGB (Red+Green+Blue) = 17+19+39=75 (9% of max value = 765). Red value is 17 (7.03% from 255 or 22.67% from 75); Green value is 19 (7.81% from 255 or 25.33% from 75); Blue value is 39 (15.62% from 255 or 52% from 75); Max value from RGB is 39 - color contains mainly: blue. Hex color #111327 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #111327 is #EEECD8. Grayscale: #141414. Windows color (decimal): -15658201 or 2560785. OLE color: 2560785.

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

Color convert

RGB 17 19 39 -
CMYK 0.56 0.51 0 0.85
HSL 234.55º 0.39% 0.11% -
HSV(B) 234.55º 0.56% 0.15% -
XYZ 0.83 0.73 2.02 -
YUV 20.68 138.34 125.37 -
System Red Green Blue C M Y K H S L
Decimal 17 19 39 0.56 0.51 0 0.85 234.55 0.39 0.11
Hex 11 13 27 38 33 0 55 EB 27 B
Octal 21 23 47 70 63 0 125 353 47 13
Binary 10001 10011 100111 111000 110011 0 1010101 11101011 100111 1011

Color Harmonies of #111327

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #111327

Black with #111327

Text Example


Text Example

White with #111327

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #111327; }

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

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

background-color css

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

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

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

border-color css

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

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

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