#22023C

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

Shades of Blackcurrant #22023C

Tints of Blackcurrant #22023C

Color information

#22023C (or 0x22023C) is unknown color: approx Blackcurrant. HEX triplet: 22, 02 and 3C. RGB value is (34,2,60). Sum of RGB (Red+Green+Blue) = 34+2+60=96 (12% of max value = 765). Red value is 34 (13.67% from 255 or 35.42% from 96); Green value is 2 (1.17% from 255 or 2.08% from 96); Blue value is 60 (23.83% from 255 or 62.5% from 96); Max value from RGB is 60 - color contains mainly: blue. Hex color #22023C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #22023C is #DDFDC3. Grayscale: #111111. Windows color (decimal): -14548420 or 3932706. OLE color: 3932706.

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

Color convert

RGB34260-
CMYK0.430.9700.76
HSL273.1º93.55%12.16%-
HSV(B)273.1º96.67%23.53%-
XYZ1.50.714.33-
YUV18.18151.6139.28-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 35.42%
GREEN value IS 2 (1.17% from 255) = 2.08%
BLUE value IS 60 (23.83% from 255) = 62.5%
R=35.42%
G=2.08%
B=62.5%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal342600.430.9700.76273.193.5512.16
Hex2223C2B6104C1115ec
Octal4227453141011442113614
Binary1000101011110010101111000010100110010001000110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22023C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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