Html Css Color HEX #11112D Black Russian

📋 copy color: '#11112D'

red 17 ◦ green 17 ◦ blue 45

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

Shades of Black Russian #11112D

Tints of Black Russian #11112D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 56.96%

R = 21.52%
G = 21.52%
B = 56.96%

CMYK

 C value IS 0.62

 M value IS 0.62

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#11112D (or 0x11112D) is known color: Black Russian. HEX triplet: 11, 11 and 2D. RGB value is (17,17,45). Sum of RGB (Red+Green+Blue) = 17+17+45=79 (10% of max value = 765). Red value is 17 (7.03% from 255 or 21.52% from 79); Green value is 17 (7.03% from 255 or 21.52% from 79); Blue value is 45 (17.97% from 255 or 56.96% from 79); Max value from RGB is 45 - color contains mainly: blue. Hex color #11112D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #11112D is #EEEED2. Grayscale: #141414. Windows color (decimal): -15658707 or 2953489. OLE color: 2953489.

HSL color Cylindrical-coordinate representation of color #11112D: hue angle of 240º degrees, saturation: 0.45, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #11112D is Cyan = 0.62, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB 17 17 45 -
CMYK 0.62 0.62 0 0.82
HSL 240º 0.45% 0.12% -
HSV(B) 240º 0.62% 0.18% -
XYZ 0.91 0.71 2.57 -
YUV 20.19 142 125.72 -
System Red Green Blue C M Y K H S L
Decimal 17 17 45 0.62 0.62 0 0.82 240 0.45 0.12
Hex 11 11 2D 3E 3E 0 52 F0 2D C
Octal 21 21 55 76 76 0 122 360 55 14
Binary 10001 10001 101101 111110 111110 0 1010010 11110000 101101 1100

Color Harmonies of #11112D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11112D

Black with #11112D

Text Example


Text Example

White with #11112D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #11112D; }

 p { color: rgb(17,17,45); }

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

background-color css

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

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

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

border-color css

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

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

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