#210A41

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

Shades of Blackcurrant #210A41

Tints of Blackcurrant #210A41

Color information

#210A41 (or 0x210A41) is unknown color: approx Blackcurrant. HEX triplet: 21, 0A and 41. RGB value is (33,10,65). Sum of RGB (Red+Green+Blue) = 33+10+65=108 (14% of max value = 765). Red value is 33 (13.28% from 255 or 30.56% from 108); Green value is 10 (4.30% from 255 or 9.26% from 108); Blue value is 65 (25.78% from 255 or 60.19% from 108); Max value from RGB is 65 - color contains mainly: blue. Hex color #210A41 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #210A41 is #DEF5BE. Grayscale: #161616. Windows color (decimal): -14611903 or 4262433. OLE color: 4262433.

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

Color convert

RGB331065-
CMYK0.490.8500.75
HSL265.09º73.33%14.71%-
HSV(B)265.09º84.62%25.49%-
XYZ1.690.925.09-
YUV23.15151.62135.03-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 30.56%
GREEN value IS 10 (4.30% from 255) = 9.26%
BLUE value IS 65 (25.78% from 255) = 60.19%
R=30.56%
G=9.26%
B=60.19%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3310650.490.8500.75265.0973.3314.71
Hex21A41315504B10949f
Octal411210161125011341111117
Binary1000011010100000111000110101010100101110000100110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #210A41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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