#22013A

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

Shades of Blackcurrant #22013A

Tints of Blackcurrant #22013A

Color information

#22013A (or 0x22013A) is unknown color: approx Blackcurrant. HEX triplet: 22, 01 and 3A. RGB value is (34,1,58). Sum of RGB (Red+Green+Blue) = 34+1+58=93 (12% of max value = 765). Red value is 34 (13.67% from 255 or 36.56% from 93); Green value is 1 (0.78% from 255 or 1.08% from 93); Blue value is 58 (23.05% from 255 or 62.37% from 93); Max value from RGB is 58 - color contains mainly: blue. Hex color #22013A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #22013A is #DDFEC5. Grayscale: #111111. Windows color (decimal): -14548678 or 3801378. OLE color: 3801378.

HSL color Cylindrical-coordinate representation of color #22013A: hue angle of 274.74º degrees, saturation: 0.97, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #22013A is Cyan = 0.41, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB34158-
CMYK0.410.9800.77
HSL274.74º96.61%11.57%-
HSV(B)274.74º98.28%22.75%-
XYZ1.430.674.06-
YUV17.37150.93139.87-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 36.56%
GREEN value IS 1 (0.78% from 255) = 1.08%
BLUE value IS 58 (23.05% from 255) = 62.37%
R=36.56%
G=1.08%
B=62.37%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal341580.410.9800.77274.7496.6111.57
Hex2213A296204D11361c
Octal4217251142011542314114
Binary100010111101010100111000100100110110001001111000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22013A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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