Html Css Color HEX #220147 Blackcurrant

📋 copy color: '#220147'

red 34 ◦ green 1 ◦ blue 71

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

Shades of Blackcurrant #220147

Tints of Blackcurrant #220147

RGB

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

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

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

R = 32.08%
G = 0.94%
B = 66.98%

CMYK

 C value IS 0.52

 M value IS 0.99

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#220147 (or 0x220147) is known color: Blackcurrant. HEX triplet: 22, 01 and 47. RGB value is (34,1,71). Sum of RGB (Red+Green+Blue) = 34+1+71=106 (14% of max value = 765). Red value is 34 (13.67% from 255 or 32.08% from 106); Green value is 1 (0.78% from 255 or 0.94% from 106); Blue value is 71 (28.12% from 255 or 66.98% from 106); Max value from RGB is 71 - color contains mainly: blue. Hex color #220147 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #220147 is #DDFEB8. Grayscale: #121212. Windows color (decimal): -14548665 or 4653346. OLE color: 4653346.

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

Color convert

RGB 34 1 71 -
CMYK 0.52 0.99 0 0.72
HSL 268.29º 0.97% 0.14% -
HSV(B) 268.29º 0.99% 0.28% -
XYZ 1.81 0.82 6.02 -
YUV 18.85 157.43 138.81 -
System Red Green Blue C M Y K H S L
Decimal 34 1 71 0.52 0.99 0 0.72 268.29 0.97 0.14
Hex 22 1 47 34 63 0 48 10C 61 E
Octal 42 1 107 64 143 0 110 414 141 16
Binary 100010 1 1000111 110100 1100011 0 1001000 100001100 1100001 1110

Color Harmonies of #220147

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #220147

Black with #220147

Text Example


Text Example

White with #220147

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #220147; }

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

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

background-color css

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

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

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

border-color css

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

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

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