Html Css Color HEX #11152C Black Russian

📋 copy color: '#11152C'

red 17 ◦ green 21 ◦ blue 44

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

Shades of Black Russian #11152C

Tints of Black Russian #11152C

RGB

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

 GREEN value IS 21 (8.59% from 255) = 25.61%

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

R = 20.73%
G = 25.61%
B = 53.66%

CMYK

 C value IS 0.61

 M value IS 0.52

 Y value IS 0

 K value IS 0.83

RGB Variations

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

Color information

#11152C (or 0x11152C) is known color: Black Russian. HEX triplet: 11, 15 and 2C. RGB value is (17,21,44). Sum of RGB (Red+Green+Blue) = 17+21+44=82 (10% of max value = 765). Red value is 17 (7.03% from 255 or 20.73% from 82); Green value is 21 (8.59% from 255 or 25.61% from 82); Blue value is 44 (17.58% from 255 or 53.66% from 82); Max value from RGB is 44 - color contains mainly: blue. Hex color #11152C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #11152C is #EEEAD3. Grayscale: #161616. Windows color (decimal): -15657684 or 2888977. OLE color: 2888977.

HSL color Cylindrical-coordinate representation of color #11152C: hue angle of 231.11º 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 #11152C is Cyan = 0.61, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB 17 21 44 -
CMYK 0.61 0.52 0 0.83
HSL 231.11º 0.44% 0.12% -
HSV(B) 231.11º 0.61% 0.17% -
XYZ 0.95 0.84 2.49 -
YUV 22.43 140.17 124.13 -
System Red Green Blue C M Y K H S L
Decimal 17 21 44 0.61 0.52 0 0.83 231.11 0.44 0.12
Hex 11 15 2C 3D 34 0 53 E7 2C C
Octal 21 25 54 75 64 0 123 347 54 14
Binary 10001 10101 101100 111101 110100 0 1010011 11100111 101100 1100

Color Harmonies of #11152C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11152C

Black with #11152C

Text Example


Text Example

White with #11152C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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