#22012F

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

Shades of Blackcurrant #22012F

Tints of Blackcurrant #22012F

Color information

#22012F (or 0x22012F) is unknown color: approx Blackcurrant. HEX triplet: 22, 01 and 2F. RGB value is (34,1,47). Sum of RGB (Red+Green+Blue) = 34+1+47=82 (10% of max value = 765). Red value is 34 (13.67% from 255 or 41.46% from 82); Green value is 1 (0.78% from 255 or 1.22% from 82); Blue value is 47 (18.75% from 255 or 57.32% from 82); Max value from RGB is 47 - color contains mainly: blue. Hex color #22012F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #22012F is #DDFED0. Grayscale: #0F0F0F. Windows color (decimal): -14548689 or 3080482. OLE color: 3080482.

HSL color Cylindrical-coordinate representation of color #22012F: hue angle of 283.04º degrees, saturation: 0.96, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #22012F is Cyan = 0.28, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB34147-
CMYK0.280.9800.82
HSL283.04º95.83%9.41%-
HSV(B)283.04º97.87%18.43%-
XYZ1.180.572.74-
YUV16.11145.43140.76-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 41.46%
GREEN value IS 1 (0.78% from 255) = 1.22%
BLUE value IS 47 (18.75% from 255) = 57.32%
R=41.46%
G=1.22%
B=57.32%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal341470.280.9800.82283.0495.839.41
Hex2212F1C6205211b609
Octal4215734142012243314011
Binary10001011011111110011000100101001010001101111000001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22012F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #22012F; }

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

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

<style>
 a { background-color: #22012F; }

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

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

<style>
 span { border-color: #22012F; }

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

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