#200A41

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

Shades of Blackcurrant #200A41

Tints of Blackcurrant #200A41

Color information

#200A41 (or 0x200A41) is unknown color: approx Blackcurrant. HEX triplet: 20, 0A and 41. RGB value is (32,10,65). Sum of RGB (Red+Green+Blue) = 32+10+65=107 (14% of max value = 765). Red value is 32 (12.89% from 255 or 29.91% from 107); Green value is 10 (4.30% from 255 or 9.35% from 107); Blue value is 65 (25.78% from 255 or 60.75% from 107); Max value from RGB is 65 - color contains mainly: blue. Hex color #200A41 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #200A41 is #DFF5BE. Grayscale: #161616. Windows color (decimal): -14677439 or 4262432. OLE color: 4262432.

HSL color Cylindrical-coordinate representation of color #200A41: hue angle of 264º 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 #200A41 is Cyan = 0.51, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB321065-
CMYK0.510.8500.75
HSL264º73.33%14.71%-
HSV(B)264º84.62%25.49%-
XYZ1.660.915.09-
YUV22.85151.79134.53-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 29.91%
GREEN value IS 10 (4.30% from 255) = 9.35%
BLUE value IS 65 (25.78% from 255) = 60.75%
R=29.91%
G=9.35%
B=60.75%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3210650.510.8500.7526473.3314.71
Hex20A41335504B10849f
Octal401210163125011341011117
Binary1000001010100000111001110101010100101110000100010010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #200A41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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