#200D3B

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

Shades of Blackcurrant #200D3B

Tints of Blackcurrant #200D3B

Color information

#200D3B (or 0x200D3B) is unknown color: approx Blackcurrant. HEX triplet: 20, 0D and 3B. RGB value is (32,13,59). Sum of RGB (Red+Green+Blue) = 32+13+59=104 (13% of max value = 765). Red value is 32 (12.89% from 255 or 30.77% from 104); Green value is 13 (5.47% from 255 or 12.5% from 104); Blue value is 59 (23.44% from 255 or 56.73% from 104); Max value from RGB is 59 - color contains mainly: blue. Hex color #200D3B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #200D3B is #DFF2C4. Grayscale: #171717. Windows color (decimal): -14676677 or 3869984. OLE color: 3869984.

HSL color Cylindrical-coordinate representation of color #200D3B: hue angle of 264.78º degrees, saturation: 0.64, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #200D3B is Cyan = 0.46, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB321359-
CMYK0.460.7800.77
HSL264.78º63.89%14.12%-
HSV(B)264.78º77.97%23.14%-
XYZ1.530.914.23-
YUV23.92147.79133.76-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 30.77%
GREEN value IS 13 (5.47% from 255) = 12.5%
BLUE value IS 59 (23.44% from 255) = 56.73%
R=30.77%
G=12.5%
B=56.73%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal3213590.460.7800.77264.7863.8914.12
Hex20D3B2E4E04D10940e
Octal40157356116011541110016
Binary100000110111101110111010011100100110110000100110000001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #200D3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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