#210C41

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

Shades of Blackcurrant #210C41

Tints of Blackcurrant #210C41

Color information

#210C41 (or 0x210C41) is unknown color: approx Blackcurrant. HEX triplet: 21, 0C and 41. RGB value is (33,12,65). Sum of RGB (Red+Green+Blue) = 33+12+65=110 (14% of max value = 765). Red value is 33 (13.28% from 255 or 30% from 110); Green value is 12 (5.08% from 255 or 10.91% from 110); Blue value is 65 (25.78% from 255 or 59.09% from 110); Max value from RGB is 65 - color contains mainly: blue. Hex color #210C41 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #210C41 is #DEF3BE. Grayscale: #181818. Windows color (decimal): -14611391 or 4262945. OLE color: 4262945.

HSL color Cylindrical-coordinate representation of color #210C41: hue angle of 263.77º degrees, saturation: 0.69, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #210C41 is Cyan = 0.49, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB331265-
CMYK0.490.8200.75
HSL263.77º68.83%15.1%-
HSV(B)263.77º81.54%25.49%-
XYZ1.710.975.1-
YUV24.32150.96134.19-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 30%
GREEN value IS 12 (5.08% from 255) = 10.91%
BLUE value IS 65 (25.78% from 255) = 59.09%
R=30%
G=10.91%
B=59.09%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3312650.490.8200.75263.7768.8315.1
Hex21C41315204B10845f
Octal411410161122011341010517
Binary1000011100100000111000110100100100101110000100010001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #210C41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,12,65); }

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

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

 a { background-color: rgb(33,12,65); }

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

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

 span { border-color: rgb(33,12,65); }

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