Html Css Color HEX #111128 Black Russian

📋 copy color: '#111128'

red 17 ◦ green 17 ◦ blue 40

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

Shades of Black Russian #111128

Tints of Black Russian #111128

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 54.05%

R = 22.97%
G = 22.97%
B = 54.05%

CMYK

 C value IS 0.57

 M value IS 0.57

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#111128 (or 0x111128) is known color: Black Russian. HEX triplet: 11, 11 and 28. RGB value is (17,17,40). Sum of RGB (Red+Green+Blue) = 17+17+40=74 (9% of max value = 765). Red value is 17 (7.03% from 255 or 22.97% from 74); Green value is 17 (7.03% from 255 or 22.97% from 74); Blue value is 40 (16.02% from 255 or 54.05% from 74); Max value from RGB is 40 - color contains mainly: blue. Hex color #111128 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #111128 is #EEEED7. Grayscale: #131313. Windows color (decimal): -15658712 or 2625809. OLE color: 2625809.

HSL color Cylindrical-coordinate representation of color #111128: hue angle of 240º degrees, saturation: 0.4, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #111128 is Cyan = 0.57, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB 17 17 40 -
CMYK 0.57 0.57 0 0.84
HSL 240º 0.4% 0.11% -
HSV(B) 240º 0.58% 0.16% -
XYZ 0.81 0.67 2.09 -
YUV 19.62 139.5 126.13 -
System Red Green Blue C M Y K H S L
Decimal 17 17 40 0.57 0.57 0 0.84 240 0.4 0.11
Hex 11 11 28 39 39 0 54 F0 28 B
Octal 21 21 50 71 71 0 124 360 50 13
Binary 10001 10001 101000 111001 111001 0 1010100 11110000 101000 1011

Color Harmonies of #111128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #111128

Black with #111128

Text Example


Text Example

White with #111128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #111128; }

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

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

background-color css

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

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

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

border-color css

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

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

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