#21053E

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

Shades of Blackcurrant #21053E

Tints of Blackcurrant #21053E

Color information

#21053E (or 0x21053E) is unknown color: approx Blackcurrant. HEX triplet: 21, 05 and 3E. RGB value is (33,5,62). Sum of RGB (Red+Green+Blue) = 33+5+62=100 (13% of max value = 765). Red value is 33 (13.28% from 255 or 33% from 100); Green value is 5 (2.34% from 255 or 5% from 100); Blue value is 62 (24.61% from 255 or 62% from 100); Max value from RGB is 62 - color contains mainly: blue. Hex color #21053E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #21053E is #DEFAC1. Grayscale: #131313. Windows color (decimal): -14613186 or 4064545. OLE color: 4064545.

HSL color Cylindrical-coordinate representation of color #21053E: hue angle of 269.47º degrees, saturation: 0.85, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #21053E is Cyan = 0.47, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB33562-
CMYK0.470.9200.76
HSL269.47º85.07%13.14%-
HSV(B)269.47º91.94%24.31%-
XYZ1.550.784.63-
YUV19.87151.78137.37-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 33%
GREEN value IS 5 (2.34% from 255) = 5%
BLUE value IS 62 (24.61% from 255) = 62%
R=33%
G=5%
B=62%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal335620.470.9200.76269.4785.0713.14
Hex2153E2F5C04C10d55d
Octal4157657134011441512515
Binary10000110111111010111110111000100110010000110110101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21053E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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