Html Css Color HEX #111028 Black Russian

📋 copy color: '#111028'

red 17 ◦ green 16 ◦ blue 40

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

Shades of Black Russian #111028

Tints of Black Russian #111028

RGB

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

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

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

R = 23.29%
G = 21.92%
B = 54.79%

CMYK

 C value IS 0.57

 M value IS 0.60

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#111028 (or 0x111028) is known color: Black Russian. HEX triplet: 11, 10 and 28. RGB value is (17,16,40). Sum of RGB (Red+Green+Blue) = 17+16+40=73 (9% of max value = 765). Red value is 17 (7.03% from 255 or 23.29% from 73); Green value is 16 (6.64% from 255 or 21.92% from 73); Blue value is 40 (16.02% from 255 or 54.79% from 73); Max value from RGB is 40 - color contains mainly: blue. Hex color #111028 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #111028 is #EEEFD7. Grayscale: #121212. Windows color (decimal): -15658968 or 2625553. OLE color: 2625553.

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

Color convert

RGB 17 16 40 -
CMYK 0.57 0.60 0 0.84
HSL 242.5º 0.43% 0.11% -
HSV(B) 242.5º 0.6% 0.16% -
XYZ 0.8 0.64 2.09 -
YUV 19.04 139.83 126.55 -
System Red Green Blue C M Y K H S L
Decimal 17 16 40 0.57 0.60 0 0.84 242.5 0.43 0.11
Hex 11 10 28 39 3C 0 54 F2 2B B
Octal 21 20 50 71 74 0 124 362 53 13
Binary 10001 10000 101000 111001 111100 0 1010100 11110010 101011 1011

Color Harmonies of #111028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #111028

Black with #111028

Text Example


Text Example

White with #111028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #111028; }

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

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

background-color css

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

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

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

border-color css

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

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

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