#200A25

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

Shades of Blackcurrant #200A25

Tints of Blackcurrant #200A25

Color information

#200A25 (or 0x200A25) is unknown color: approx Blackcurrant. HEX triplet: 20, 0A and 25. RGB value is (32,10,37). Sum of RGB (Red+Green+Blue) = 32+10+37=79 (10% of max value = 765). Red value is 32 (12.89% from 255 or 40.51% from 79); Green value is 10 (4.30% from 255 or 12.66% from 79); Blue value is 37 (14.84% from 255 or 46.84% from 79); Max value from RGB is 37 - color contains mainly: blue. Hex color #200A25 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #200A25 is #DFF5DA. Grayscale: #131313. Windows color (decimal): -14677467 or 2427424. OLE color: 2427424.

HSL color Cylindrical-coordinate representation of color #200A25: hue angle of 288.89º degrees, saturation: 0.57, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #200A25 is Cyan = 0.14, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB321037-
CMYK0.140.7300.85
HSL288.89º57.45%9.22%-
HSV(B)288.89º72.97%14.51%-
XYZ1.040.661.82-
YUV19.66137.79136.8-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 40.51%
GREEN value IS 10 (4.30% from 255) = 12.66%
BLUE value IS 37 (14.84% from 255) = 46.84%
R=40.51%
G=12.66%
B=46.84%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3210370.140.7300.85288.8957.459.22
Hex20A25E49055121399
Octal4012451611101254417111
Binary100000101010010111101001001010101011001000011110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #200A25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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