#200325

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

Shades of Blackcurrant #200325

Tints of Blackcurrant #200325

Color information

#200325 (or 0x200325) is unknown color: approx Blackcurrant. HEX triplet: 20, 03 and 25. RGB value is (32,3,37). Sum of RGB (Red+Green+Blue) = 32+3+37=72 (9% of max value = 765). Red value is 32 (12.89% from 255 or 44.44% from 72); Green value is 3 (1.56% from 255 or 4.17% from 72); Blue value is 37 (14.84% from 255 or 51.39% from 72); Max value from RGB is 37 - color contains mainly: blue. Hex color #200325 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #200325 is #DFFCDA. Grayscale: #0F0F0F. Windows color (decimal): -14679259 or 2425632. OLE color: 2425632.

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

Color convert

RGB32337-
CMYK0.140.9200.85
HSL291.18º85%7.84%-
HSV(B)291.18º91.89%14.51%-
XYZ0.960.511.8-
YUV15.55140.11139.74-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 44.44%
GREEN value IS 3 (1.56% from 255) = 4.17%
BLUE value IS 37 (14.84% from 255) = 51.39%
R=44.44%
G=4.17%
B=51.39%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal323370.140.9200.85291.18857.84
Hex20325E5C055123558
Octal4034516134012544312510
Binary10000011100101111010111000101010110010001110101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #200325

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #200325; }

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

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

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

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

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

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

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

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