Html Css Color HEX #110521 Blackcurrant

📋 copy color: '#110521'

red 17 ◦ green 5 ◦ blue 33

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

Shades of Blackcurrant #110521

Tints of Blackcurrant #110521

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 60%

R = 30.91%
G = 9.09%
B = 60%

CMYK

 C value IS 0.48

 M value IS 0.85

 Y value IS 0

 K value IS 0.87

RGB Variations

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

Color information

#110521 (or 0x110521) is known color: Blackcurrant. HEX triplet: 11, 05 and 21. RGB value is (17,5,33). Sum of RGB (Red+Green+Blue) = 17+5+33=55 (7% of max value = 765). Red value is 17 (7.03% from 255 or 30.91% from 55); Green value is 5 (2.34% from 255 or 9.09% from 55); Blue value is 33 (13.28% from 255 or 60% from 55); Max value from RGB is 33 - color contains mainly: blue. Hex color #110521 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #110521 is #EEFADE. Grayscale: #0B0B0B. Windows color (decimal): -15661791 or 2163985. OLE color: 2163985.

HSL color Cylindrical-coordinate representation of color #110521: hue angle of 265.71º degrees, saturation: 0.74, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #110521 is Cyan = 0.48, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB 17 5 33 -
CMYK 0.48 0.85 0 0.87
HSL 265.71º 0.74% 0.07% -
HSV(B) 265.71º 0.85% 0.13% -
XYZ 0.56 0.34 1.47 -
YUV 11.78 139.98 131.72 -
System Red Green Blue C M Y K H S L
Decimal 17 5 33 0.48 0.85 0 0.87 265.71 0.74 0.07
Hex 11 5 21 30 55 0 57 10A 4A 7
Octal 21 5 41 60 125 0 127 412 112 7
Binary 10001 101 100001 110000 1010101 0 1010111 100001010 1001010 111

Color Harmonies of #110521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #110521

Black with #110521

Text Example


Text Example

White with #110521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #110521; }

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

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

background-color css

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

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

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

border-color css

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

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

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