Html Css Color HEX #11172C Black Russian

📋 copy color: '#11172C'

red 17 ◦ green 23 ◦ blue 44

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

Shades of Black Russian #11172C

Tints of Black Russian #11172C

RGB

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

 GREEN value IS 23 (9.38% from 255) = 27.38%

 BLUE value IS 44 (17.58% from 255) = 52.38%

R = 20.24%
G = 27.38%
B = 52.38%

CMYK

 C value IS 0.61

 M value IS 0.48

 Y value IS 0

 K value IS 0.83

RGB Variations

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

Color information

#11172C (or 0x11172C) is known color: Black Russian. HEX triplet: 11, 17 and 2C. RGB value is (17,23,44). Sum of RGB (Red+Green+Blue) = 17+23+44=84 (11% of max value = 765). Red value is 17 (7.03% from 255 or 20.24% from 84); Green value is 23 (9.38% from 255 or 27.38% from 84); Blue value is 44 (17.58% from 255 or 52.38% from 84); Max value from RGB is 44 - color contains mainly: blue. Hex color #11172C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #11172C is #EEE8D3. Grayscale: #171717. Windows color (decimal): -15657172 or 2889489. OLE color: 2889489.

HSL color Cylindrical-coordinate representation of color #11172C: hue angle of 226.67º degrees, saturation: 0.44, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #11172C is Cyan = 0.61, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB 17 23 44 -
CMYK 0.61 0.48 0 0.83
HSL 226.67º 0.44% 0.12% -
HSV(B) 226.67º 0.61% 0.17% -
XYZ 0.99 0.91 2.51 -
YUV 23.6 139.51 123.29 -
System Red Green Blue C M Y K H S L
Decimal 17 23 44 0.61 0.48 0 0.83 226.67 0.44 0.12
Hex 11 17 2C 3D 30 0 53 E3 2C C
Octal 21 27 54 75 60 0 123 343 54 14
Binary 10001 10111 101100 111101 110000 0 1010011 11100011 101100 1100

Color Harmonies of #11172C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11172C

Black with #11172C

Text Example


Text Example

White with #11172C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #11172C; }

 p { color: rgb(17,23,44); }

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

background-color css

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

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

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

border-color css

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

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

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