Html Css Color HEX #220428 Blackcurrant

📋 copy color: '#220428'

red 34 ◦ green 4 ◦ blue 40

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

Shades of Blackcurrant #220428

Tints of Blackcurrant #220428

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 51.28%

R = 43.59%
G = 5.13%
B = 51.28%

CMYK

 C value IS 0.15

 M value IS 0.90

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#220428 (or 0x220428) is known color: Blackcurrant. HEX triplet: 22, 04 and 28. RGB value is (34,4,40). Sum of RGB (Red+Green+Blue) = 34+4+40=78 (10% of max value = 765). Red value is 34 (13.67% from 255 or 43.59% from 78); Green value is 4 (1.95% from 255 or 5.13% from 78); Blue value is 40 (16.02% from 255 or 51.28% from 78); Max value from RGB is 40 - color contains mainly: blue. Hex color #220428 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #220428 is #DDFBD7. Grayscale: #101010. Windows color (decimal): -14547928 or 2622498. OLE color: 2622498.

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

Color convert

RGB 34 4 40 -
CMYK 0.15 0.90 0 0.84
HSL 290º 0.82% 0.09% -
HSV(B) 290º 0.9% 0.16% -
XYZ 1.09 0.58 2.06 -
YUV 17.07 140.94 140.07 -
System Red Green Blue C M Y K H S L
Decimal 34 4 40 0.15 0.90 0 0.84 290 0.82 0.09
Hex 22 4 28 F 5A 0 54 122 52 9
Octal 42 4 50 17 132 0 124 442 122 11
Binary 100010 100 101000 1111 1011010 0 1010100 100100010 1010010 1001

Color Harmonies of #220428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #220428

Black with #220428

Text Example


Text Example

White with #220428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #220428; }

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

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

background-color css

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

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

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

border-color css

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

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

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