Html Css Color HEX #110E37 Black Russian

📋 copy color: '#110E37'

red 17 ◦ green 14 ◦ blue 55

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

Shades of Black Russian #110E37

Tints of Black Russian #110E37

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 63.95%

R = 19.77%
G = 16.28%
B = 63.95%

CMYK

 C value IS 0.69

 M value IS 0.75

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#110E37 (or 0x110E37) is known color: Black Russian. HEX triplet: 11, 0E and 37. RGB value is (17,14,55). Sum of RGB (Red+Green+Blue) = 17+14+55=86 (11% of max value = 765). Red value is 17 (7.03% from 255 or 19.77% from 86); Green value is 14 (5.86% from 255 or 16.28% from 86); Blue value is 55 (21.88% from 255 or 63.95% from 86); Max value from RGB is 55 - color contains mainly: blue. Hex color #110E37 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #110E37 is #EEF1C8. Grayscale: #131313. Windows color (decimal): -15659465 or 3608081. OLE color: 3608081.

HSL color Cylindrical-coordinate representation of color #110E37: hue angle of 244.39º degrees, saturation: 0.59, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #110E37 is Cyan = 0.69, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 17 14 55 -
CMYK 0.69 0.75 0 0.78
HSL 244.39º 0.59% 0.14% -
HSV(B) 244.39º 0.75% 0.22% -
XYZ 1.08 0.71 3.69 -
YUV 19.57 147.99 126.17 -
System Red Green Blue C M Y K H S L
Decimal 17 14 55 0.69 0.75 0 0.78 244.39 0.59 0.14
Hex 11 E 37 45 4B 0 4E F4 3B E
Octal 21 16 67 105 113 0 116 364 73 16
Binary 10001 1110 110111 1000101 1001011 0 1001110 11110100 111011 1110

Color Harmonies of #110E37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #110E37

Black with #110E37

Text Example


Text Example

White with #110E37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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