Html Css Color HEX #110529 Blackcurrant

📋 copy color: '#110529'

red 17 ◦ green 5 ◦ blue 41

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

Shades of Blackcurrant #110529

Tints of Blackcurrant #110529

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 65.08%

R = 26.98%
G = 7.94%
B = 65.08%

CMYK

 C value IS 0.59

 M value IS 0.88

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#110529 (or 0x110529) is known color: Blackcurrant. HEX triplet: 11, 05 and 29. RGB value is (17,5,41). Sum of RGB (Red+Green+Blue) = 17+5+41=63 (8% of max value = 765). Red value is 17 (7.03% from 255 or 26.98% from 63); Green value is 5 (2.34% from 255 or 7.94% from 63); Blue value is 41 (16.41% from 255 or 65.08% from 63); Max value from RGB is 41 - color contains mainly: blue. Hex color #110529 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #110529 is #EEFAD6. Grayscale: #0C0C0C. Windows color (decimal): -15661783 or 2688273. OLE color: 2688273.

HSL color Cylindrical-coordinate representation of color #110529: hue angle of 260º degrees, saturation: 0.78, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #110529 is Cyan = 0.59, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB 17 5 41 -
CMYK 0.59 0.88 0 0.84
HSL 260º 0.78% 0.09% -
HSV(B) 260º 0.88% 0.16% -
XYZ 0.69 0.39 2.14 -
YUV 12.69 143.98 131.07 -
System Red Green Blue C M Y K H S L
Decimal 17 5 41 0.59 0.88 0 0.84 260 0.78 0.09
Hex 11 5 29 3B 58 0 54 104 4E 9
Octal 21 5 51 73 130 0 124 404 116 11
Binary 10001 101 101001 111011 1011000 0 1010100 100000100 1001110 1001

Color Harmonies of #110529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #110529

Black with #110529

Text Example


Text Example

White with #110529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #110529; }

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

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

background-color css

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

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

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

border-color css

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

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

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