#200D38

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

Shades of Blackcurrant #200D38

Tints of Blackcurrant #200D38

Color information

#200D38 (or 0x200D38) is unknown color: approx Blackcurrant. HEX triplet: 20, 0D and 38. RGB value is (32,13,56). Sum of RGB (Red+Green+Blue) = 32+13+56=101 (13% of max value = 765). Red value is 32 (12.89% from 255 or 31.68% from 101); Green value is 13 (5.47% from 255 or 12.87% from 101); Blue value is 56 (22.27% from 255 or 55.45% from 101); Max value from RGB is 56 - color contains mainly: blue. Hex color #200D38 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #200D38 is #DFF2C7. Grayscale: #171717. Windows color (decimal): -14676680 or 3673376. OLE color: 3673376.

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

Color convert

RGB321356-
CMYK0.430.7700.78
HSL266.51º62.32%13.53%-
HSV(B)266.51º76.79%21.96%-
XYZ1.450.883.83-
YUV23.58146.29134-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 31.68%
GREEN value IS 13 (5.47% from 255) = 12.87%
BLUE value IS 56 (22.27% from 255) = 55.45%
R=31.68%
G=12.87%
B=55.45%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal3213560.430.7700.78266.5162.3213.53
Hex20D382B4D04E10b3ee
Octal4015705311501164137616
Binary10000011011110001010111001101010011101000010111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #200D38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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