Html Css Color HEX #220047 Blackcurrant

📋 copy color: '#220047'

red 34 ◦ green 0 ◦ blue 71

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

Shades of Blackcurrant #220047

Tints of Blackcurrant #220047

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 32.38%
G = 0%
B = 67.62%

CMYK

 C value IS 0.52

 M value IS 1

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#220047 (or 0x220047) is known color: Blackcurrant. HEX triplet: 22, 00 and 47. RGB value is (34,0,71). Sum of RGB (Red+Green+Blue) = 34+0+71=105 (13% of max value = 765). Red value is 34 (13.67% from 255 or 32.38% from 105); Green value is 0 (0.39% from 255 or 0% from 105); Blue value is 71 (28.12% from 255 or 67.62% from 105); Max value from RGB is 71 - color contains mainly: blue. Hex color #220047 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #220047 is #DDFFB8. Grayscale: #121212. Windows color (decimal): -14548921 or 4653090. OLE color: 4653090.

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

Color convert

RGB 34 0 71 -
CMYK 0.52 1 0 0.72
HSL 268.73º 1% 0.14% -
HSV(B) 268.73º 1% 0.28% -
XYZ 1.8 0.8 6.02 -
YUV 18.26 157.76 139.23 -
System Red Green Blue C M Y K H S L
Decimal 34 0 71 0.52 1 0 0.72 268.73 1 0.14
Hex 22 0 47 34 64 0 48 10D 64 E
Octal 42 0 107 64 144 0 110 415 144 16
Binary 100010 0 1000111 110100 1100100 0 1001000 100001101 1100100 1110

Color Harmonies of #220047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #220047

Black with #220047

Text Example


Text Example

White with #220047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #220047; }

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

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

background-color css

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

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

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

border-color css

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

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

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