#22024B

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

Shades of Blackcurrant #22024B

Tints of Blackcurrant #22024B

Color information

#22024B (or 0x22024B) is unknown color: approx Blackcurrant. HEX triplet: 22, 02 and 4B. RGB value is (34,2,75). Sum of RGB (Red+Green+Blue) = 34+2+75=111 (14% of max value = 765). Red value is 34 (13.67% from 255 or 30.63% from 111); Green value is 2 (1.17% from 255 or 1.80% from 111); Blue value is 75 (29.69% from 255 or 67.57% from 111); Max value from RGB is 75 - color contains mainly: blue. Hex color #22024B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #22024B is #DDFDB4. Grayscale: #131313. Windows color (decimal): -14548405 or 4915746. OLE color: 4915746.

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

Color convert

RGB34275-
CMYK0.550.9700.71
HSL266.3º94.81%15.1%-
HSV(B)266.3º97.33%29.41%-
XYZ1.950.896.73-
YUV19.89159.1138.06-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 30.63%
GREEN value IS 2 (1.17% from 255) = 1.80%
BLUE value IS 75 (29.69% from 255) = 67.57%
R=30.63%
G=1.80%
B=67.57%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal342750.550.9700.71266.394.8115.1
Hex2224B376104710a5ff
Octal42211367141010741213717
Binary10001010100101111011111000010100011110000101010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22024B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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