#210740

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

Shades of Blackcurrant #210740

Tints of Blackcurrant #210740

Color information

#210740 (or 0x210740) is unknown color: approx Blackcurrant. HEX triplet: 21, 07 and 40. RGB value is (33,7,64). Sum of RGB (Red+Green+Blue) = 33+7+64=104 (13% of max value = 765). Red value is 33 (13.28% from 255 or 31.73% from 104); Green value is 7 (3.12% from 255 or 6.73% from 104); Blue value is 64 (25.39% from 255 or 61.54% from 104); Max value from RGB is 64 - color contains mainly: blue. Hex color #210740 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #210740 is #DEF8BF. Grayscale: #151515. Windows color (decimal): -14612672 or 4196129. OLE color: 4196129.

HSL color Cylindrical-coordinate representation of color #210740: hue angle of 267.37º 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 #210740 is Cyan = 0.48, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB33764-
CMYK0.480.8900.75
HSL267.37º80.28%13.92%-
HSV(B)267.37º89.06%25.1%-
XYZ1.630.854.93-
YUV21.27152.11136.37-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 31.73%
GREEN value IS 7 (3.12% from 255) = 6.73%
BLUE value IS 64 (25.39% from 255) = 61.54%
R=31.73%
G=6.73%
B=61.54%

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
Decimal337640.480.8900.75267.3780.2813.92
Hex21740305904B10b50e
Octal41710060131011341312016
Binary100001111100000011000010110010100101110000101110100001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #210740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #210740; }

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

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

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

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

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

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

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

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