Html Css Color HEX #11132B Black Russian

📋 copy color: '#11132B'

red 17 ◦ green 19 ◦ blue 43

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

Shades of Black Russian #11132B

Tints of Black Russian #11132B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 54.43%

R = 21.52%
G = 24.05%
B = 54.43%

CMYK

 C value IS 0.60

 M value IS 0.56

 Y value IS 0

 K value IS 0.83

RGB Variations

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

Color information

#11132B (or 0x11132B) is known color: Black Russian. HEX triplet: 11, 13 and 2B. RGB value is (17,19,43). Sum of RGB (Red+Green+Blue) = 17+19+43=79 (10% of max value = 765). Red value is 17 (7.03% from 255 or 21.52% from 79); Green value is 19 (7.81% from 255 or 24.05% from 79); Blue value is 43 (17.19% from 255 or 54.43% from 79); Max value from RGB is 43 - color contains mainly: blue. Hex color #11132B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #11132B is #EEECD4. Grayscale: #151515. Windows color (decimal): -15658197 or 2822929. OLE color: 2822929.

HSL color Cylindrical-coordinate representation of color #11132B: hue angle of 235.38º degrees, saturation: 0.43, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #11132B is Cyan = 0.60, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB 17 19 43 -
CMYK 0.60 0.56 0 0.83
HSL 235.38º 0.43% 0.12% -
HSV(B) 235.38º 0.6% 0.17% -
XYZ 0.9 0.76 2.38 -
YUV 21.14 140.34 125.05 -
System Red Green Blue C M Y K H S L
Decimal 17 19 43 0.60 0.56 0 0.83 235.38 0.43 0.12
Hex 11 13 2B 3C 38 0 53 EB 2B C
Octal 21 23 53 74 70 0 123 353 53 14
Binary 10001 10011 101011 111100 111000 0 1010011 11101011 101011 1100

Color Harmonies of #11132B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11132B

Black with #11132B

Text Example


Text Example

White with #11132B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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