#210D40

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

Shades of Blackcurrant #210D40

Tints of Blackcurrant #210D40

Color information

#210D40 (or 0x210D40) is unknown color: approx Blackcurrant. HEX triplet: 21, 0D and 40. RGB value is (33,13,64). Sum of RGB (Red+Green+Blue) = 33+13+64=110 (14% of max value = 765). Red value is 33 (13.28% from 255 or 30% from 110); Green value is 13 (5.47% from 255 or 11.82% from 110); Blue value is 64 (25.39% from 255 or 58.18% from 110); Max value from RGB is 64 - color contains mainly: blue. Hex color #210D40 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #210D40 is #DEF2BF. Grayscale: #181818. Windows color (decimal): -14611136 or 4197665. OLE color: 4197665.

HSL color Cylindrical-coordinate representation of color #210D40: hue angle of 263.53º degrees, saturation: 0.66, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #210D40 is Cyan = 0.48, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB331364-
CMYK0.480.8000.75
HSL263.53º66.23%15.1%-
HSV(B)263.53º79.69%25.1%-
XYZ1.70.984.95-
YUV24.79150.13133.85-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 30%
GREEN value IS 13 (5.47% from 255) = 11.82%
BLUE value IS 64 (25.39% from 255) = 58.18%
R=30%
G=11.82%
B=58.18%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3313640.480.8000.75263.5366.2315.1
Hex21D40305004B10842f
Octal411510060120011341010217
Binary1000011101100000011000010100000100101110000100010000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #210D40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #210D40; }

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

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

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

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

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

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

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

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