#200D32

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

Shades of Blackcurrant #200D32

Tints of Blackcurrant #200D32

Color information

#200D32 (or 0x200D32) is unknown color: approx Blackcurrant. HEX triplet: 20, 0D and 32. RGB value is (32,13,50). Sum of RGB (Red+Green+Blue) = 32+13+50=95 (12% of max value = 765). Red value is 32 (12.89% from 255 or 33.68% from 95); Green value is 13 (5.47% from 255 or 13.68% from 95); Blue value is 50 (19.92% from 255 or 52.63% from 95); Max value from RGB is 50 - color contains mainly: blue. Hex color #200D32 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #200D32 is #DFF2CD. Grayscale: #161616. Windows color (decimal): -14676686 or 3280160. OLE color: 3280160.

HSL color Cylindrical-coordinate representation of color #200D32: hue angle of 270.81º degrees, saturation: 0.59, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #200D32 is Cyan = 0.36, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB321350-
CMYK0.360.7400.80
HSL270.81º58.73%12.35%-
HSV(B)270.81º74%19.61%-
XYZ1.320.833.11-
YUV22.9143.29134.49-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 33.68%
GREEN value IS 13 (5.47% from 255) = 13.68%
BLUE value IS 50 (19.92% from 255) = 52.63%
R=33.68%
G=13.68%
B=52.63%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal3213500.360.7400.80270.8158.7312.35
Hex20D32244A05010f3bc
Octal4015624411201204177314
Binary10000011011100101001001001010010100001000011111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #200D32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(32,13,50); }

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

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

 a { background-color: rgb(32,13,50); }

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

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

 span { border-color: rgb(32,13,50); }

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