Html Css Color HEX #110F31 Black Russian

📋 copy color: '#110F31'

red 17 ◦ green 15 ◦ blue 49

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

Shades of Black Russian #110F31

Tints of Black Russian #110F31

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 60.49%

R = 20.99%
G = 18.52%
B = 60.49%

CMYK

 C value IS 0.65

 M value IS 0.69

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#110F31 (or 0x110F31) is known color: Black Russian. HEX triplet: 11, 0F and 31. RGB value is (17,15,49). Sum of RGB (Red+Green+Blue) = 17+15+49=81 (10% of max value = 765). Red value is 17 (7.03% from 255 or 20.99% from 81); Green value is 15 (6.25% from 255 or 18.52% from 81); Blue value is 49 (19.53% from 255 or 60.49% from 81); Max value from RGB is 49 - color contains mainly: blue. Hex color #110F31 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #110F31 is #EEF0CE. Grayscale: #131313. Windows color (decimal): -15659215 or 3215121. OLE color: 3215121.

HSL color Cylindrical-coordinate representation of color #110F31: hue angle of 243.53º degrees, saturation: 0.53, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #110F31 is Cyan = 0.65, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 17 15 49 -
CMYK 0.65 0.69 0 0.81
HSL 243.53º 0.53% 0.13% -
HSV(B) 243.53º 0.69% 0.19% -
XYZ 0.96 0.68 2.99 -
YUV 19.47 144.66 126.24 -
System Red Green Blue C M Y K H S L
Decimal 17 15 49 0.65 0.69 0 0.81 243.53 0.53 0.13
Hex 11 F 31 41 45 0 51 F4 35 D
Octal 21 17 61 101 105 0 121 364 65 15
Binary 10001 1111 110001 1000001 1000101 0 1010001 11110100 110101 1101

Color Harmonies of #110F31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #110F31

Black with #110F31

Text Example


Text Example

White with #110F31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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