#21013F

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

Shades of Blackcurrant #21013F

Tints of Blackcurrant #21013F

Color information

#21013F (or 0x21013F) is unknown color: approx Blackcurrant. HEX triplet: 21, 01 and 3F. RGB value is (33,1,63). Sum of RGB (Red+Green+Blue) = 33+1+63=97 (12% of max value = 765). Red value is 33 (13.28% from 255 or 34.02% from 97); Green value is 1 (0.78% from 255 or 1.03% from 97); Blue value is 63 (25% from 255 or 64.95% from 97); Max value from RGB is 63 - color contains mainly: blue. Hex color #21013F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #21013F is #DEFEC0. Grayscale: #111111. Windows color (decimal): -14614209 or 4129057. OLE color: 4129057.

HSL color Cylindrical-coordinate representation of color #21013F: hue angle of 270.97º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #21013F is Cyan = 0.48, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB33163-
CMYK0.480.9800.75
HSL270.97º96.88%12.55%-
HSV(B)270.97º98.41%24.71%-
XYZ1.540.74.76-
YUV17.64153.6138.96-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 34.02%
GREEN value IS 1 (0.78% from 255) = 1.03%
BLUE value IS 63 (25% from 255) = 64.95%
R=34.02%
G=1.03%
B=64.95%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal331630.480.9800.75270.9796.8812.55
Hex2113F306204B10f61d
Octal4117760142011341714115
Binary100001111111111000011000100100101110000111111000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21013F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,1,63); }

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

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

 a { background-color: rgb(33,1,63); }

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

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

 span { border-color: rgb(33,1,63); }

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