Html Css Color HEX #110E28 Black Russian

📋 copy color: '#110E28'

red 17 ◦ green 14 ◦ blue 40

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

Shades of Black Russian #110E28

Tints of Black Russian #110E28

RGB

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

 GREEN value IS 14 (5.86% from 255) = 19.72%

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

R = 23.94%
G = 19.72%
B = 56.34%

CMYK

 C value IS 0.57

 M value IS 0.65

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#110E28 (or 0x110E28) is known color: Black Russian. HEX triplet: 11, 0E and 28. RGB value is (17,14,40). Sum of RGB (Red+Green+Blue) = 17+14+40=71 (9% of max value = 765). Red value is 17 (7.03% from 255 or 23.94% from 71); Green value is 14 (5.86% from 255 or 19.72% from 71); Blue value is 40 (16.02% from 255 or 56.34% from 71); Max value from RGB is 40 - color contains mainly: blue. Hex color #110E28 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #110E28 is #EEF1D7. Grayscale: #111111. Windows color (decimal): -15659480 or 2625041. OLE color: 2625041.

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

Color convert

RGB 17 14 40 -
CMYK 0.57 0.65 0 0.84
HSL 246.92º 0.48% 0.11% -
HSV(B) 246.92º 0.65% 0.16% -
XYZ 0.77 0.59 2.08 -
YUV 17.86 140.49 127.39 -
System Red Green Blue C M Y K H S L
Decimal 17 14 40 0.57 0.65 0 0.84 246.92 0.48 0.11
Hex 11 E 28 39 41 0 54 F7 30 B
Octal 21 16 50 71 101 0 124 367 60 13
Binary 10001 1110 101000 111001 1000001 0 1010100 11110111 110000 1011

Color Harmonies of #110E28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #110E28

Black with #110E28

Text Example


Text Example

White with #110E28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #110E28; }

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

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

background-color css

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

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

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

border-color css

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

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

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