Html Css Color HEX #110F27 Black Russian

📋 copy color: '#110F27'

red 17 ◦ green 15 ◦ blue 39

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

Shades of Black Russian #110F27

Tints of Black Russian #110F27

RGB

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

 GREEN value IS 15 (6.25% from 255) = 21.13%

 BLUE value IS 39 (15.63% from 255) = 54.93%

R = 23.94%
G = 21.13%
B = 54.93%

CMYK

 C value IS 0.56

 M value IS 0.62

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#110F27 (or 0x110F27) is known color: Black Russian. HEX triplet: 11, 0F and 27. RGB value is (17,15,39). Sum of RGB (Red+Green+Blue) = 17+15+39=71 (9% of max value = 765). Red value is 17 (7.03% from 255 or 23.94% from 71); Green value is 15 (6.25% from 255 or 21.13% from 71); Blue value is 39 (15.62% from 255 or 54.93% from 71); Max value from RGB is 39 - color contains mainly: blue. Hex color #110F27 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #110F27 is #EEF0D8. Grayscale: #121212. Windows color (decimal): -15659225 or 2559761. OLE color: 2559761.

HSL color Cylindrical-coordinate representation of color #110F27: hue angle of 245º degrees, saturation: 0.44, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #110F27 is Cyan = 0.56, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB 17 15 39 -
CMYK 0.56 0.62 0 0.85
HSL 245º 0.44% 0.11% -
HSV(B) 245º 0.62% 0.15% -
XYZ 0.77 0.61 2 -
YUV 18.33 139.66 127.05 -
System Red Green Blue C M Y K H S L
Decimal 17 15 39 0.56 0.62 0 0.85 245 0.44 0.11
Hex 11 F 27 38 3E 0 55 F5 2C B
Octal 21 17 47 70 76 0 125 365 54 13
Binary 10001 1111 100111 111000 111110 0 1010101 11110101 101100 1011

Color Harmonies of #110F27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #110F27

Black with #110F27

Text Example


Text Example

White with #110F27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,15,39); }

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

background-color css

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

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

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

border-color css

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

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

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