#22002E

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

Shades of Blackcurrant #22002E

Tints of Blackcurrant #22002E

Color information

#22002E (or 0x22002E) is unknown color: approx Blackcurrant. HEX triplet: 22, 00 and 2E. RGB value is (34,0,46). Sum of RGB (Red+Green+Blue) = 34+0+46=80 (10% of max value = 765). Red value is 34 (13.67% from 255 or 42.5% from 80); Green value is 0 (0.39% from 255 or 0% from 80); Blue value is 46 (18.36% from 255 or 57.5% from 80); Max value from RGB is 46 - color contains mainly: blue. Hex color #22002E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #22002E is #DDFFD1. Grayscale: #0F0F0F. Windows color (decimal): -14548946 or 3014690. OLE color: 3014690.

HSL color Cylindrical-coordinate representation of color #22002E: hue angle of 284.35º degrees, saturation: 1, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 1%. Process color model (Four color, CMYK) of #22002E is Cyan = 0.26, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB34046-
CMYK0.26100.82
HSL284.35º100%9.02%-
HSV(B)284.35º100%18.04%-
XYZ1.150.542.63-
YUV15.41145.26141.26-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 42.5%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 46 (18.36% from 255) = 57.5%
R=42.5%
G=0%
B=57.5%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal340460.26100.82284.351009.02
Hex2202E1A6405211c649
Octal4205632144012243414411
Binary10001001011101101011001000101001010001110011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22002E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #22002E; }

 p { color: rgb(34,0,46); }

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

<style>
 a { background-color: #22002E; }

 a { background-color: rgb(34,0,46); }

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

<style>
 span { border-color: #22002E; }

 span { border-color: rgb(34,0,46); }

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