Html Css Color HEX #11132E Black Russian

📋 copy color: '#11132E'

red 17 ◦ green 19 ◦ blue 46

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

Shades of Black Russian #11132E

Tints of Black Russian #11132E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 56.1%

R = 20.73%
G = 23.17%
B = 56.1%

CMYK

 C value IS 0.63

 M value IS 0.59

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#11132E (or 0x11132E) is known color: Black Russian. HEX triplet: 11, 13 and 2E. RGB value is (17,19,46). Sum of RGB (Red+Green+Blue) = 17+19+46=82 (10% of max value = 765). Red value is 17 (7.03% from 255 or 20.73% from 82); Green value is 19 (7.81% from 255 or 23.17% from 82); Blue value is 46 (18.36% from 255 or 56.10% from 82); Max value from RGB is 46 - color contains mainly: blue. Hex color #11132E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #11132E is #EEECD1. Grayscale: #151515. Windows color (decimal): -15658194 or 3019537. OLE color: 3019537.

HSL color Cylindrical-coordinate representation of color #11132E: hue angle of 235.86º degrees, saturation: 0.46, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #11132E is Cyan = 0.63, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB 17 19 46 -
CMYK 0.63 0.59 0 0.82
HSL 235.86º 0.46% 0.12% -
HSV(B) 235.86º 0.63% 0.18% -
XYZ 0.96 0.78 2.69 -
YUV 21.48 141.84 124.8 -
System Red Green Blue C M Y K H S L
Decimal 17 19 46 0.63 0.59 0 0.82 235.86 0.46 0.12
Hex 11 13 2E 3F 3B 0 52 EC 2E C
Octal 21 23 56 77 73 0 122 354 56 14
Binary 10001 10011 101110 111111 111011 0 1010010 11101100 101110 1100

Color Harmonies of #11132E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11132E

Black with #11132E

Text Example


Text Example

White with #11132E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #11132E; }

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

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

background-color css

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

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

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

border-color css

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

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

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