Html Css Color HEX #111032 Black Russian

📋 copy color: '#111032'

red 17 ◦ green 16 ◦ blue 50

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

Shades of Black Russian #111032

Tints of Black Russian #111032

RGB

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

 GREEN value IS 16 (6.64% from 255) = 19.28%

 BLUE value IS 50 (19.92% from 255) = 60.24%

R = 20.48%
G = 19.28%
B = 60.24%

CMYK

 C value IS 0.66

 M value IS 0.68

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#111032 (or 0x111032) is known color: Black Russian. HEX triplet: 11, 10 and 32. RGB value is (17,16,50). Sum of RGB (Red+Green+Blue) = 17+16+50=83 (10% of max value = 765). Red value is 17 (7.03% from 255 or 20.48% from 83); Green value is 16 (6.64% from 255 or 19.28% from 83); Blue value is 50 (19.92% from 255 or 60.24% from 83); Max value from RGB is 50 - color contains mainly: blue. Hex color #111032 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #111032 is #EEEFCD. Grayscale: #141414. Windows color (decimal): -15658958 or 3280913. OLE color: 3280913.

HSL color Cylindrical-coordinate representation of color #111032: hue angle of 241.76º degrees, saturation: 0.52, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #111032 is Cyan = 0.66, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB 17 16 50 -
CMYK 0.66 0.68 0 0.80
HSL 241.76º 0.52% 0.13% -
HSV(B) 241.76º 0.68% 0.2% -
XYZ 0.99 0.72 3.1 -
YUV 20.18 144.83 125.74 -
System Red Green Blue C M Y K H S L
Decimal 17 16 50 0.66 0.68 0 0.80 241.76 0.52 0.13
Hex 11 10 32 42 44 0 50 F2 34 D
Octal 21 20 62 102 104 0 120 362 64 15
Binary 10001 10000 110010 1000010 1000100 0 1010000 11110010 110100 1101

Color Harmonies of #111032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #111032

Black with #111032

Text Example


Text Example

White with #111032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #111032; }

 p { color: rgb(17,16,50); }

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

background-color css

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

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

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

border-color css

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

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

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