#22013F

Color #22013F Blackcurrant (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blackcurrant #22013F

Tints of Blackcurrant #22013F

Color information

#22013F (or 0x22013F) is unknown color: approx Blackcurrant. HEX triplet: 22, 01 and 3F. RGB value is (34,1,63). Sum of RGB (Red+Green+Blue) = 34+1+63=98 (12% of max value = 765). Red value is 34 (13.67% from 255 or 34.69% from 98); Green value is 1 (0.78% from 255 or 1.02% from 98); Blue value is 63 (25% from 255 or 64.29% from 98); Max value from RGB is 63 - color contains mainly: blue. Hex color #22013F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #22013F is #DDFEC0. Grayscale: #111111. Windows color (decimal): -14548673 or 4129058. OLE color: 4129058.

HSL color Cylindrical-coordinate representation of color #22013F: hue angle of 271.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 #22013F is Cyan = 0.46, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB34163-
CMYK0.460.9800.75
HSL271.94º96.88%12.55%-
HSV(B)271.94º98.41%24.71%-
XYZ1.570.724.76-
YUV17.94153.43139.46-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 34.69%
GREEN value IS 1 (0.78% from 255) = 1.02%
BLUE value IS 63 (25% from 255) = 64.29%
R=34.69%
G=1.02%
B=64.29%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal341630.460.9800.75271.9496.8812.55
Hex2213F2E6204B11061d
Octal4217756142011342014115
Binary100010111111110111011000100100101110001000011000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22013F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #22013F; }

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

 H1.HeaderClassName
 {
   color: #22013F;
 }
 .AnyTagClassName
 {
   color: #22013F;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #22013F;
 }
 .BgClassName
 {
   background-color: #22013F;
 }
</style>
border-color css

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

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

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