Html Css Color HEX #220441 Blackcurrant

📋 copy color: '#220441'

red 34 ◦ green 4 ◦ blue 65

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

Shades of Blackcurrant #220441

Tints of Blackcurrant #220441

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 63.11%

R = 33.01%
G = 3.88%
B = 63.11%

CMYK

 C value IS 0.48

 M value IS 0.94

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#220441 (or 0x220441) is known color: Blackcurrant. HEX triplet: 22, 04 and 41. RGB value is (34,4,65). Sum of RGB (Red+Green+Blue) = 34+4+65=103 (13% of max value = 765). Red value is 34 (13.67% from 255 or 33.01% from 103); Green value is 4 (1.95% from 255 or 3.88% from 103); Blue value is 65 (25.78% from 255 or 63.11% from 103); Max value from RGB is 65 - color contains mainly: blue. Hex color #220441 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #220441 is #DDFBBE. Grayscale: #131313. Windows color (decimal): -14547903 or 4260898. OLE color: 4260898.

HSL color Cylindrical-coordinate representation of color #220441: hue angle of 269.51º degrees, saturation: 0.88, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #220441 is Cyan = 0.48, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 34 4 65 -
CMYK 0.48 0.94 0 0.75
HSL 269.51º 0.88% 0.14% -
HSV(B) 269.51º 0.94% 0.25% -
XYZ 1.66 0.81 5.07 -
YUV 19.92 153.44 138.04 -
System Red Green Blue C M Y K H S L
Decimal 34 4 65 0.48 0.94 0 0.75 269.51 0.88 0.14
Hex 22 4 41 30 5E 0 4B 10E 58 E
Octal 42 4 101 60 136 0 113 416 130 16
Binary 100010 100 1000001 110000 1011110 0 1001011 100001110 1011000 1110

Color Harmonies of #220441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #220441

Black with #220441

Text Example


Text Example

White with #220441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #220441; }

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

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

background-color css

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

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

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

border-color css

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

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

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