Html Css Color HEX #220347 Blackcurrant

📋 copy color: '#220347'

red 34 ◦ green 3 ◦ blue 71

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

Shades of Blackcurrant #220347

Tints of Blackcurrant #220347

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 65.74%

R = 31.48%
G = 2.78%
B = 65.74%

CMYK

 C value IS 0.52

 M value IS 0.96

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#220347 (or 0x220347) is known color: Blackcurrant. HEX triplet: 22, 03 and 47. RGB value is (34,3,71). Sum of RGB (Red+Green+Blue) = 34+3+71=108 (14% of max value = 765). Red value is 34 (13.67% from 255 or 31.48% from 108); Green value is 3 (1.56% from 255 or 2.78% from 108); Blue value is 71 (28.12% from 255 or 65.74% from 108); Max value from RGB is 71 - color contains mainly: blue. Hex color #220347 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #220347 is #DDFCB8. Grayscale: #131313. Windows color (decimal): -14548153 or 4653858. OLE color: 4653858.

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

Color convert

RGB 34 3 71 -
CMYK 0.52 0.96 0 0.72
HSL 267.35º 0.92% 0.15% -
HSV(B) 267.35º 0.96% 0.28% -
XYZ 1.83 0.86 6.03 -
YUV 20.02 156.77 137.97 -
System Red Green Blue C M Y K H S L
Decimal 34 3 71 0.52 0.96 0 0.72 267.35 0.92 0.15
Hex 22 3 47 34 60 0 48 10B 5C F
Octal 42 3 107 64 140 0 110 413 134 17
Binary 100010 11 1000111 110100 1100000 0 1001000 100001011 1011100 1111

Color Harmonies of #220347

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #220347

Black with #220347

Text Example


Text Example

White with #220347

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #220347; }

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

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

background-color css

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

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

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

border-color css

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

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

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