#200225

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

Shades of Blackcurrant #200225

Tints of Blackcurrant #200225

Color information

#200225 (or 0x200225) is unknown color: approx Blackcurrant. HEX triplet: 20, 02 and 25. RGB value is (32,2,37). Sum of RGB (Red+Green+Blue) = 32+2+37=71 (9% of max value = 765). Red value is 32 (12.89% from 255 or 45.07% from 71); Green value is 2 (1.17% from 255 or 2.82% from 71); Blue value is 37 (14.84% from 255 or 52.11% from 71); Max value from RGB is 37 - color contains mainly: blue. Hex color #200225 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #200225 is #DFFDDA. Grayscale: #0E0E0E. Windows color (decimal): -14679515 or 2425376. OLE color: 2425376.

HSL color Cylindrical-coordinate representation of color #200225: hue angle of 291.43º degrees, saturation: 0.9, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #200225 is Cyan = 0.14, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB32237-
CMYK0.140.9500.85
HSL291.43º89.74%7.65%-
HSV(B)291.43º94.59%14.51%-
XYZ0.950.481.79-
YUV14.96140.44140.15-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 45.07%
GREEN value IS 2 (1.17% from 255) = 2.82%
BLUE value IS 37 (14.84% from 255) = 52.11%
R=45.07%
G=2.82%
B=52.11%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal322370.140.9500.85291.4389.747.65
Hex20225E5F0551235a8
Octal4024516137012544313210
Binary10000010100101111010111110101010110010001110110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #200225

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #200225; }

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

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

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

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

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

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

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

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