#21073F

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

Shades of Blackcurrant #21073F

Tints of Blackcurrant #21073F

Color information

#21073F (or 0x21073F) is unknown color: approx Blackcurrant. HEX triplet: 21, 07 and 3F. RGB value is (33,7,63). Sum of RGB (Red+Green+Blue) = 33+7+63=103 (13% of max value = 765). Red value is 33 (13.28% from 255 or 32.04% from 103); Green value is 7 (3.12% from 255 or 6.80% from 103); Blue value is 63 (25% from 255 or 61.17% from 103); Max value from RGB is 63 - color contains mainly: blue. Hex color #21073F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #21073F is #DEF8C0. Grayscale: #141414. Windows color (decimal): -14612673 or 4130593. OLE color: 4130593.

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

Color convert

RGB33763-
CMYK0.480.8900.75
HSL267.86º80%13.73%-
HSV(B)267.86º88.89%24.71%-
XYZ1.60.834.78-
YUV21.16151.61136.45-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 32.04%
GREEN value IS 7 (3.12% from 255) = 6.80%
BLUE value IS 63 (25% from 255) = 61.17%
R=32.04%
G=6.80%
B=61.17%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal337630.480.8900.75267.868013.73
Hex2173F305904B10c50e
Octal4177760131011341412016
Binary10000111111111111000010110010100101110000110010100001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21073F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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