#200038

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

Shades of Blackcurrant #200038

Tints of Blackcurrant #200038

Color information

#200038 (or 0x200038) is unknown color: approx Blackcurrant. HEX triplet: 20, 00 and 38. RGB value is (32,0,56). Sum of RGB (Red+Green+Blue) = 32+0+56=88 (11% of max value = 765). Red value is 32 (12.89% from 255 or 36.36% from 88); Green value is 0 (0.39% from 255 or 0% from 88); Blue value is 56 (22.27% from 255 or 63.64% from 88); Max value from RGB is 56 - color contains mainly: blue. Hex color #200038 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #200038 is #DFFFC7. Grayscale: #0F0F0F. Windows color (decimal): -14680008 or 3670048. OLE color: 3670048.

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

Color convert

RGB32056-
CMYK0.43100.78
HSL274.29º100%10.98%-
HSV(B)274.29º100%21.96%-
XYZ1.310.593.79-
YUV15.95150.6139.45-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 36.36%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 56 (22.27% from 255) = 63.64%
R=36.36%
G=0%
B=63.64%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal320560.43100.78274.2910010.98
Hex200382B6404E11264b
Octal4007053144011642214413
Binary100000011100010101111001000100111010001001011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #200038

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #200038; }

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

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

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

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

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

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

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

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