Html Css Color HEX #220349 Blackcurrant

📋 copy color: '#220349'

red 34 ◦ green 3 ◦ blue 73

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

Shades of Blackcurrant #220349

Tints of Blackcurrant #220349

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.73%

 BLUE value IS 73 (28.91% from 255) = 66.36%

R = 30.91%
G = 2.73%
B = 66.36%

CMYK

 C value IS 0.53

 M value IS 0.96

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#220349 (or 0x220349) is known color: Blackcurrant. HEX triplet: 22, 03 and 49. RGB value is (34,3,73). Sum of RGB (Red+Green+Blue) = 34+3+73=110 (14% of max value = 765). Red value is 34 (13.67% from 255 or 30.91% from 110); Green value is 3 (1.56% from 255 or 2.73% from 110); Blue value is 73 (28.91% from 255 or 66.36% from 110); Max value from RGB is 73 - color contains mainly: blue. Hex color #220349 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #220349 is #DDFCB6. Grayscale: #141414. Windows color (decimal): -14548151 or 4784930. OLE color: 4784930.

HSL color Cylindrical-coordinate representation of color #220349: hue angle of 266.57º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #220349 is Cyan = 0.53, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 34 3 73 -
CMYK 0.53 0.96 0 0.71
HSL 266.57º 0.92% 0.15% -
HSV(B) 266.57º 0.96% 0.29% -
XYZ 1.89 0.89 6.37 -
YUV 20.25 157.77 137.81 -
System Red Green Blue C M Y K H S L
Decimal 34 3 73 0.53 0.96 0 0.71 266.57 0.92 0.15
Hex 22 3 49 35 60 0 47 10B 5C F
Octal 42 3 111 65 140 0 107 413 134 17
Binary 100010 11 1001001 110101 1100000 0 1000111 100001011 1011100 1111

Color Harmonies of #220349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #220349

Black with #220349

Text Example


Text Example

White with #220349

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #220349; }

 p { color: rgb(34,3,73); }

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

background-color css

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

 a { background-color: rgb(34,3,73); }

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

border-color css

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

 span { border-color: rgb(34,3,73); }

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