#21053A

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

Shades of Blackcurrant #21053A

Tints of Blackcurrant #21053A

Color information

#21053A (or 0x21053A) is unknown color: approx Blackcurrant. HEX triplet: 21, 05 and 3A. RGB value is (33,5,58). Sum of RGB (Red+Green+Blue) = 33+5+58=96 (12% of max value = 765). Red value is 33 (13.28% from 255 or 34.38% from 96); Green value is 5 (2.34% from 255 or 5.21% from 96); Blue value is 58 (23.05% from 255 or 60.42% from 96); Max value from RGB is 58 - color contains mainly: blue. Hex color #21053A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #21053A is #DEFAC5. Grayscale: #131313. Windows color (decimal): -14613190 or 3802401. OLE color: 3802401.

HSL color Cylindrical-coordinate representation of color #21053A: hue angle of 271.7º degrees, saturation: 0.84, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #21053A is Cyan = 0.43, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB33558-
CMYK0.430.9100.77
HSL271.7º84.13%12.35%-
HSV(B)271.7º91.38%22.75%-
XYZ1.450.744.07-
YUV19.41149.78137.69-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 34.38%
GREEN value IS 5 (2.34% from 255) = 5.21%
BLUE value IS 58 (23.05% from 255) = 60.42%
R=34.38%
G=5.21%
B=60.42%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal335580.430.9100.77271.784.1312.35
Hex2153A2B5B04D11054c
Octal4157253133011542012414
Binary10000110111101010101110110110100110110001000010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21053A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21053A; }

 p { color: rgb(33,5,58); }

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

<style>
 a { background-color: #21053A; }

 a { background-color: rgb(33,5,58); }

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

<style>
 span { border-color: #21053A; }

 span { border-color: rgb(33,5,58); }

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