Html Css Color HEX #220529 Blackcurrant

📋 copy color: '#220529'

red 34 ◦ green 5 ◦ blue 41

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

Shades of Blackcurrant #220529

Tints of Blackcurrant #220529

RGB

 RED value IS 34 (13.67% from 255) = 42.5%

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

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

R = 42.5%
G = 6.25%
B = 51.25%

CMYK

 C value IS 0.17

 M value IS 0.88

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#220529 (or 0x220529) is known color: Blackcurrant. HEX triplet: 22, 05 and 29. RGB value is (34,5,41). Sum of RGB (Red+Green+Blue) = 34+5+41=80 (10% of max value = 765). Red value is 34 (13.67% from 255 or 42.5% from 80); Green value is 5 (2.34% from 255 or 6.25% from 80); Blue value is 41 (16.41% from 255 or 51.25% from 80); Max value from RGB is 41 - color contains mainly: blue. Hex color #220529 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #220529 is #DDFAD6. Grayscale: #111111. Windows color (decimal): -14547671 or 2688290. OLE color: 2688290.

HSL color Cylindrical-coordinate representation of color #220529: hue angle of 288.33º 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 #220529 is Cyan = 0.17, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB 34 5 41 -
CMYK 0.17 0.88 0 0.84
HSL 288.33º 0.78% 0.09% -
HSV(B) 288.33º 0.88% 0.16% -
XYZ 1.11 0.61 2.16 -
YUV 17.78 141.11 139.57 -
System Red Green Blue C M Y K H S L
Decimal 34 5 41 0.17 0.88 0 0.84 288.33 0.78 0.09
Hex 22 5 29 11 58 0 54 120 4E 9
Octal 42 5 51 21 130 0 124 440 116 11
Binary 100010 101 101001 10001 1011000 0 1010100 100100000 1001110 1001

Color Harmonies of #220529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #220529

Black with #220529

Text Example


Text Example

White with #220529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #220529; }

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

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

background-color css

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

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

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

border-color css

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

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

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