Html Css Color HEX #110E33 Black Russian

📋 copy color: '#110E33'

red 17 ◦ green 14 ◦ blue 51

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

Shades of Black Russian #110E33

Tints of Black Russian #110E33

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 62.2%

R = 20.73%
G = 17.07%
B = 62.2%

CMYK

 C value IS 0.67

 M value IS 0.73

 Y value IS 0

 K value IS 0.8

RGB Variations

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

Color information

#110E33 (or 0x110E33) is known color: Black Russian. HEX triplet: 11, 0E and 33. RGB value is (17,14,51). Sum of RGB (Red+Green+Blue) = 17+14+51=82 (10% of max value = 765). Red value is 17 (7.03% from 255 or 20.73% from 82); Green value is 14 (5.86% from 255 or 17.07% from 82); Blue value is 51 (20.31% from 255 or 62.20% from 82); Max value from RGB is 51 - color contains mainly: blue. Hex color #110E33 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #110E33 is #EEF1CC. Grayscale: #121212. Windows color (decimal): -15659469 or 3345937. OLE color: 3345937.

HSL color Cylindrical-coordinate representation of color #110E33: hue angle of 244.86º degrees, saturation: 0.57, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #110E33 is Cyan = 0.67, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.8.

Color convert

RGB 17 14 51 -
CMYK 0.67 0.73 0 0.8
HSL 244.86º 0.57% 0.13% -
HSV(B) 244.86º 0.73% 0.2% -
XYZ 0.99 0.67 3.21 -
YUV 19.12 145.99 126.49 -
System Red Green Blue C M Y K H S L
Decimal 17 14 51 0.67 0.73 0 0.8 244.86 0.57 0.13
Hex 11 E 33 43 49 0 50 F5 39 D
Octal 21 16 63 103 111 0 120 365 71 15
Binary 10001 1110 110011 1000011 1001001 0 1010000 11110101 111001 1101

Color Harmonies of #110E33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #110E33

Black with #110E33

Text Example


Text Example

White with #110E33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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