Html Css Color HEX #220241 Blackcurrant

📋 copy color: '#220241'

red 34 ◦ green 2 ◦ blue 65

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

Shades of Blackcurrant #220241

Tints of Blackcurrant #220241

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.98%

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

R = 33.66%
G = 1.98%
B = 64.36%

CMYK

 C value IS 0.48

 M value IS 0.97

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#220241 (or 0x220241) is known color: Blackcurrant. HEX triplet: 22, 02 and 41. RGB value is (34,2,65). Sum of RGB (Red+Green+Blue) = 34+2+65=101 (13% of max value = 765). Red value is 34 (13.67% from 255 or 33.66% from 101); Green value is 2 (1.17% from 255 or 1.98% from 101); Blue value is 65 (25.78% from 255 or 64.36% from 101); Max value from RGB is 65 - color contains mainly: blue. Hex color #220241 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #220241 is #DDFDBE. Grayscale: #121212. Windows color (decimal): -14548415 or 4260386. OLE color: 4260386.

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

Color convert

RGB 34 2 65 -
CMYK 0.48 0.97 0 0.75
HSL 270.48º 0.94% 0.13% -
HSV(B) 270.48º 0.97% 0.25% -
XYZ 1.64 0.77 5.06 -
YUV 18.75 154.1 138.88 -
System Red Green Blue C M Y K H S L
Decimal 34 2 65 0.48 0.97 0 0.75 270.48 0.94 0.13
Hex 22 2 41 30 61 0 4B 10E 5E D
Octal 42 2 101 60 141 0 113 416 136 15
Binary 100010 10 1000001 110000 1100001 0 1001011 100001110 1011110 1101

Color Harmonies of #220241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #220241

Black with #220241

Text Example


Text Example

White with #220241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #220241; }

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

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

background-color css

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

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

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

border-color css

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

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

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