#200538

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

Shades of Blackcurrant #200538

Tints of Blackcurrant #200538

Color information

#200538 (or 0x200538) is unknown color: approx Blackcurrant. HEX triplet: 20, 05 and 38. RGB value is (32,5,56). Sum of RGB (Red+Green+Blue) = 32+5+56=93 (12% of max value = 765). Red value is 32 (12.89% from 255 or 34.41% from 93); Green value is 5 (2.34% from 255 or 5.38% from 93); Blue value is 56 (22.27% from 255 or 60.22% from 93); Max value from RGB is 56 - color contains mainly: blue. Hex color #200538 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #200538 is #DFFAC7. Grayscale: #121212. Windows color (decimal): -14678728 or 3671328. OLE color: 3671328.

HSL color Cylindrical-coordinate representation of color #200538: hue angle of 271.76º degrees, saturation: 0.84, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #200538 is Cyan = 0.43, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB32556-
CMYK0.430.9100.78
HSL271.76º83.61%11.96%-
HSV(B)271.76º91.07%21.96%-
XYZ1.360.73.8-
YUV18.89148.95137.35-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 34.41%
GREEN value IS 5 (2.34% from 255) = 5.38%
BLUE value IS 56 (22.27% from 255) = 60.22%
R=34.41%
G=5.38%
B=60.22%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal325560.430.9100.78271.7683.6111.96
Hex205382B5B04E11054c
Octal4057053133011642012414
Binary10000010111100010101110110110100111010001000010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #200538

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #200538; }

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

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

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

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

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

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

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

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