#200133

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

Shades of Blackcurrant #200133

Tints of Blackcurrant #200133

Color information

#200133 (or 0x200133) is unknown color: approx Blackcurrant. HEX triplet: 20, 01 and 33. RGB value is (32,1,51). Sum of RGB (Red+Green+Blue) = 32+1+51=84 (11% of max value = 765). Red value is 32 (12.89% from 255 or 38.10% from 84); Green value is 1 (0.78% from 255 or 1.19% from 84); Blue value is 51 (20.31% from 255 or 60.71% from 84); Max value from RGB is 51 - color contains mainly: blue. Hex color #200133 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #200133 is #DFFECC. Grayscale: #0F0F0F. Windows color (decimal): -14679757 or 3342624. OLE color: 3342624.

HSL color Cylindrical-coordinate representation of color #200133: hue angle of 277.2º degrees, saturation: 0.96, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #200133 is Cyan = 0.37, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.8.

Color convert

RGB32151-
CMYK0.370.9800.8
HSL277.2º96.15%10.2%-
HSV(B)277.2º98.04%20%-
XYZ1.20.573.18-
YUV15.97147.77139.43-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 38.10%
GREEN value IS 1 (0.78% from 255) = 1.19%
BLUE value IS 51 (20.31% from 255) = 60.71%
R=38.10%
G=1.19%
B=60.71%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal321510.370.9800.8277.296.1510.2
Hex20133256205011560a
Octal4016345142012042514012
Binary100000111001110010111000100101000010001010111000001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #200133

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #200133; }

 p { color: rgb(32,1,51); }

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

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

 a { background-color: rgb(32,1,51); }

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

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

 span { border-color: rgb(32,1,51); }

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