Html Css Color HEX #220141 Blackcurrant

📋 copy color: '#220141'

red 34 ◦ green 1 ◦ blue 65

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

Shades of Blackcurrant #220141

Tints of Blackcurrant #220141

RGB

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

 GREEN value IS 1 (0.78% from 255) = 1%

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

R = 34%
G = 1%
B = 65%

CMYK

 C value IS 0.48

 M value IS 0.98

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#220141 (or 0x220141) is known color: Blackcurrant. HEX triplet: 22, 01 and 41. RGB value is (34,1,65). Sum of RGB (Red+Green+Blue) = 34+1+65=100 (13% of max value = 765). Red value is 34 (13.67% from 255 or 34% from 100); Green value is 1 (0.78% from 255 or 1% from 100); Blue value is 65 (25.78% from 255 or 65% from 100); Max value from RGB is 65 - color contains mainly: blue. Hex color #220141 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #220141 is #DDFEBE. Grayscale: #111111. Windows color (decimal): -14548671 or 4260130. OLE color: 4260130.

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

Color convert

RGB 34 1 65 -
CMYK 0.48 0.98 0 0.75
HSL 270.94º 0.97% 0.13% -
HSV(B) 270.94º 0.98% 0.25% -
XYZ 1.62 0.74 5.06 -
YUV 18.16 154.43 139.3 -
System Red Green Blue C M Y K H S L
Decimal 34 1 65 0.48 0.98 0 0.75 270.94 0.97 0.13
Hex 22 1 41 30 62 0 4B 10F 61 D
Octal 42 1 101 60 142 0 113 417 141 15
Binary 100010 1 1000001 110000 1100010 0 1001011 100001111 1100001 1101

Color Harmonies of #220141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #220141

Black with #220141

Text Example


Text Example

White with #220141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #220141; }

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

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

background-color css

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

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

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

border-color css

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

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

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