#22044B

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

Shades of Blackcurrant #22044B

Tints of Blackcurrant #22044B

Color information

#22044B (or 0x22044B) is unknown color: approx Blackcurrant. HEX triplet: 22, 04 and 4B. RGB value is (34,4,75). Sum of RGB (Red+Green+Blue) = 34+4+75=113 (14% of max value = 765). Red value is 34 (13.67% from 255 or 30.09% from 113); Green value is 4 (1.95% from 255 or 3.54% from 113); Blue value is 75 (29.69% from 255 or 66.37% from 113); Max value from RGB is 75 - color contains mainly: blue. Hex color #22044B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #22044B is #DDFBB4. Grayscale: #141414. Windows color (decimal): -14547893 or 4916258. OLE color: 4916258.

HSL color Cylindrical-coordinate representation of color #22044B: hue angle of 265.35º degrees, saturation: 0.9, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #22044B is Cyan = 0.55, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB34475-
CMYK0.550.9500.71
HSL265.35º89.87%15.49%-
HSV(B)265.35º94.67%29.41%-
XYZ1.970.936.73-
YUV21.06158.44137.23-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 30.09%
GREEN value IS 4 (1.95% from 255) = 3.54%
BLUE value IS 75 (29.69% from 255) = 66.37%
R=30.09%
G=3.54%
B=66.37%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal344750.550.9500.71265.3589.8715.49
Hex2244B375F0471095af
Octal42411367137010741113217
Binary100010100100101111011110111110100011110000100110110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22044B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(34,4,75); }

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

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

 a { background-color: rgb(34,4,75); }

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

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

 span { border-color: rgb(34,4,75); }

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