#22013C

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

Shades of Blackcurrant #22013C

Tints of Blackcurrant #22013C

Color information

#22013C (or 0x22013C) is unknown color: approx Blackcurrant. HEX triplet: 22, 01 and 3C. RGB value is (34,1,60). Sum of RGB (Red+Green+Blue) = 34+1+60=95 (12% of max value = 765). Red value is 34 (13.67% from 255 or 35.79% from 95); Green value is 1 (0.78% from 255 or 1.05% from 95); Blue value is 60 (23.83% from 255 or 63.16% from 95); Max value from RGB is 60 - color contains mainly: blue. Hex color #22013C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #22013C is #DDFEC3. Grayscale: #111111. Windows color (decimal): -14548676 or 3932450. OLE color: 3932450.

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

Color convert

RGB34160-
CMYK0.430.9800.76
HSL273.56º96.72%11.96%-
HSV(B)273.56º98.33%23.53%-
XYZ1.490.694.33-
YUV17.59151.93139.7-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 35.79%
GREEN value IS 1 (0.78% from 255) = 1.05%
BLUE value IS 60 (23.83% from 255) = 63.16%
R=35.79%
G=1.05%
B=63.16%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal341600.430.9800.76273.5696.7211.96
Hex2213C2B6204C11261c
Octal4217453142011442214114
Binary100010111110010101111000100100110010001001011000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22013C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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