Html Css Color HEX #110518 Blackcurrant

📋 copy color: '#110518'

red 17 ◦ green 5 ◦ blue 24

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

Shades of Blackcurrant #110518

Tints of Blackcurrant #110518

RGB

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

 GREEN value IS 5 (2.34% from 255) = 10.87%

 BLUE value IS 24 (9.77% from 255) = 52.17%

R = 36.96%
G = 10.87%
B = 52.17%

CMYK

 C value IS 0.29

 M value IS 0.79

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#110518 (or 0x110518) is known color: Blackcurrant. HEX triplet: 11, 05 and 18. RGB value is (17,5,24). Sum of RGB (Red+Green+Blue) = 17+5+24=46 (6% of max value = 765). Red value is 17 (7.03% from 255 or 36.96% from 46); Green value is 5 (2.34% from 255 or 10.87% from 46); Blue value is 24 (9.77% from 255 or 52.17% from 46); Max value from RGB is 24 - color contains mainly: blue. Hex color #110518 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #110518 is #EEFAE7. Grayscale: #0A0A0A. Windows color (decimal): -15661800 or 1574161. OLE color: 1574161.

HSL color Cylindrical-coordinate representation of color #110518: hue angle of 277.89º degrees, saturation: 0.66, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #110518 is Cyan = 0.29, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB 17 5 24 -
CMYK 0.29 0.79 0 0.91
HSL 277.89º 0.66% 0.06% -
HSV(B) 277.89º 0.79% 0.09% -
XYZ 0.45 0.29 0.9 -
YUV 10.75 135.48 132.46 -
System Red Green Blue C M Y K H S L
Decimal 17 5 24 0.29 0.79 0 0.91 277.89 0.66 0.06
Hex 11 5 18 1D 4F 0 5B 116 42 6
Octal 21 5 30 35 117 0 133 426 102 6
Binary 10001 101 11000 11101 1001111 0 1011011 100010110 1000010 110

Color Harmonies of #110518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #110518

Black with #110518

Text Example


Text Example

White with #110518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #110518; }

 p { color: rgb(17,5,24); }

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

background-color css

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

 a { background-color: rgb(17,5,24); }

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

border-color css

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

 span { border-color: rgb(17,5,24); }

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