#22023A

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

Shades of Blackcurrant #22023A

Tints of Blackcurrant #22023A

Color information

#22023A (or 0x22023A) is unknown color: approx Blackcurrant. HEX triplet: 22, 02 and 3A. RGB value is (34,2,58). Sum of RGB (Red+Green+Blue) = 34+2+58=94 (12% of max value = 765). Red value is 34 (13.67% from 255 or 36.17% from 94); Green value is 2 (1.17% from 255 or 2.13% from 94); Blue value is 58 (23.05% from 255 or 61.70% from 94); Max value from RGB is 58 - color contains mainly: blue. Hex color #22023A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #22023A is #DDFDC5. Grayscale: #111111. Windows color (decimal): -14548422 or 3801634. OLE color: 3801634.

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

Color convert

RGB34258-
CMYK0.410.9700.77
HSL274.29º93.33%11.76%-
HSV(B)274.29º96.55%22.75%-
XYZ1.450.694.06-
YUV17.95150.6139.45-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 36.17%
GREEN value IS 2 (1.17% from 255) = 2.13%
BLUE value IS 58 (23.05% from 255) = 61.70%
R=36.17%
G=2.13%
B=61.70%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal342580.410.9700.77274.2993.3311.76
Hex2223A296104D1125dc
Octal4227251141011542213514
Binary1000101011101010100111000010100110110001001010111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22023A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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