#200C25

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

Shades of Blackcurrant #200C25

Tints of Blackcurrant #200C25

Color information

#200C25 (or 0x200C25) is unknown color: approx Blackcurrant. HEX triplet: 20, 0C and 25. RGB value is (32,12,37). Sum of RGB (Red+Green+Blue) = 32+12+37=81 (10% of max value = 765). Red value is 32 (12.89% from 255 or 39.51% from 81); Green value is 12 (5.08% from 255 or 14.81% from 81); Blue value is 37 (14.84% from 255 or 45.68% from 81); Max value from RGB is 37 - color contains mainly: blue. Hex color #200C25 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #200C25 is #DFF3DA. Grayscale: #141414. Windows color (decimal): -14676955 or 2427936. OLE color: 2427936.

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

Color convert

RGB321237-
CMYK0.140.6800.85
HSL288º51.02%9.61%-
HSV(B)288º67.57%14.51%-
XYZ1.060.71.83-
YUV20.83137.13135.97-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 39.51%
GREEN value IS 12 (5.08% from 255) = 14.81%
BLUE value IS 37 (14.84% from 255) = 45.68%
R=39.51%
G=14.81%
B=45.68%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3212370.140.6800.8528851.029.61
Hex20C25E4405512033a
Octal4014451610401254406312
Binary100000110010010111101000100010101011001000001100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #200C25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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