Html Css Color HEX #220429 Blackcurrant

📋 copy color: '#220429'

red 34 ◦ green 4 ◦ blue 41

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

Shades of Blackcurrant #220429

Tints of Blackcurrant #220429

RGB

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

 GREEN value IS 4 (1.95% from 255) = 5.06%

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

R = 43.04%
G = 5.06%
B = 51.9%

CMYK

 C value IS 0.17

 M value IS 0.90

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#220429 (or 0x220429) is known color: Blackcurrant. HEX triplet: 22, 04 and 29. RGB value is (34,4,41). Sum of RGB (Red+Green+Blue) = 34+4+41=79 (10% of max value = 765). Red value is 34 (13.67% from 255 or 43.04% from 79); Green value is 4 (1.95% from 255 or 5.06% from 79); Blue value is 41 (16.41% from 255 or 51.90% from 79); Max value from RGB is 41 - color contains mainly: blue. Hex color #220429 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #220429 is #DDFBD6. Grayscale: #111111. Windows color (decimal): -14547927 or 2688034. OLE color: 2688034.

HSL color Cylindrical-coordinate representation of color #220429: hue angle of 288.65º degrees, saturation: 0.82, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #220429 is Cyan = 0.17, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB 34 4 41 -
CMYK 0.17 0.90 0 0.84
HSL 288.65º 0.82% 0.09% -
HSV(B) 288.65º 0.9% 0.16% -
XYZ 1.1 0.59 2.15 -
YUV 17.19 141.44 139.99 -
System Red Green Blue C M Y K H S L
Decimal 34 4 41 0.17 0.90 0 0.84 288.65 0.82 0.09
Hex 22 4 29 11 5A 0 54 121 52 9
Octal 42 4 51 21 132 0 124 441 122 11
Binary 100010 100 101001 10001 1011010 0 1010100 100100001 1010010 1001

Color Harmonies of #220429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #220429

Black with #220429

Text Example


Text Example

White with #220429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #220429; }

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

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

background-color css

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

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

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

border-color css

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

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

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