#200E3D

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

Shades of Blackcurrant #200E3D

Tints of Blackcurrant #200E3D

Color information

#200E3D (or 0x200E3D) is unknown color: approx Blackcurrant. HEX triplet: 20, 0E and 3D. RGB value is (32,14,61). Sum of RGB (Red+Green+Blue) = 32+14+61=107 (14% of max value = 765). Red value is 32 (12.89% from 255 or 29.91% from 107); Green value is 14 (5.86% from 255 or 13.08% from 107); Blue value is 61 (24.22% from 255 or 57.01% from 107); Max value from RGB is 61 - color contains mainly: blue. Hex color #200E3D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #200E3D is #DFF1C2. Grayscale: #181818. Windows color (decimal): -14676419 or 4001312. OLE color: 4001312.

HSL color Cylindrical-coordinate representation of color #200E3D: hue angle of 262.98º degrees, saturation: 0.63, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #200E3D is Cyan = 0.48, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB321461-
CMYK0.480.7700.76
HSL262.98º62.67%14.71%-
HSV(B)262.98º77.05%23.92%-
XYZ1.60.964.52-
YUV24.74148.46133.18-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 29.91%
GREEN value IS 14 (5.86% from 255) = 13.08%
BLUE value IS 61 (24.22% from 255) = 57.01%
R=29.91%
G=13.08%
B=57.01%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal3214610.480.7700.76262.9862.6714.71
Hex20E3D304D04C1073ff
Octal4016756011501144077717
Binary10000011101111011100001001101010011001000001111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #200E3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(32,14,61); }

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

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

 a { background-color: rgb(32,14,61); }

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

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

 span { border-color: rgb(32,14,61); }

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