#22002B

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

Shades of Blackcurrant #22002B

Tints of Blackcurrant #22002B

Color information

#22002B (or 0x22002B) is unknown color: approx Blackcurrant. HEX triplet: 22, 00 and 2B. RGB value is (34,0,43). Sum of RGB (Red+Green+Blue) = 34+0+43=77 (10% of max value = 765). Red value is 34 (13.67% from 255 or 44.16% from 77); Green value is 0 (0.39% from 255 or 0% from 77); Blue value is 43 (17.19% from 255 or 55.84% from 77); Max value from RGB is 43 - color contains mainly: blue. Hex color #22002B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #22002B is #DDFFD4. Grayscale: #0E0E0E. Windows color (decimal): -14548949 or 2818082. OLE color: 2818082.

HSL color Cylindrical-coordinate representation of color #22002B: hue angle of 287.44º degrees, saturation: 1, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 1%. Process color model (Four color, CMYK) of #22002B is Cyan = 0.21, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB34043-
CMYK0.21100.83
HSL287.44º100%8.43%-
HSV(B)287.44º100%16.86%-
XYZ1.10.512.33-
YUV15.07143.76141.5-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 44.16%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 43 (17.19% from 255) = 55.84%
R=44.16%
G=0%
B=55.84%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal340430.21100.83287.441008.43
Hex2202B156405311f648
Octal4205325144012343714410
Binary10001001010111010111001000101001110001111111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22002B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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