#21013E

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

Shades of Blackcurrant #21013E

Tints of Blackcurrant #21013E

Color information

#21013E (or 0x21013E) is unknown color: approx Blackcurrant. HEX triplet: 21, 01 and 3E. RGB value is (33,1,62). Sum of RGB (Red+Green+Blue) = 33+1+62=96 (12% of max value = 765). Red value is 33 (13.28% from 255 or 34.38% from 96); Green value is 1 (0.78% from 255 or 1.04% from 96); Blue value is 62 (24.61% from 255 or 64.58% from 96); Max value from RGB is 62 - color contains mainly: blue. Hex color #21013E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #21013E is #DEFEC1. Grayscale: #111111. Windows color (decimal): -14614210 or 4063521. OLE color: 4063521.

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

Color convert

RGB33162-
CMYK0.470.9800.76
HSL271.48º96.83%12.35%-
HSV(B)271.48º98.39%24.31%-
XYZ1.510.694.61-
YUV17.52153.1139.04-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 34.38%
GREEN value IS 1 (0.78% from 255) = 1.04%
BLUE value IS 62 (24.61% from 255) = 64.58%
R=34.38%
G=1.04%
B=64.58%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal331620.470.9800.76271.4896.8312.35
Hex2113E2F6204C10f61c
Octal4117657142011441714114
Binary100001111111010111111000100100110010000111111000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21013E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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