#201333

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

Shades of Blackcurrant #201333

Tints of Blackcurrant #201333

Color information

#201333 (or 0x201333) is unknown color: approx Blackcurrant. HEX triplet: 20, 13 and 33. RGB value is (32,19,51). Sum of RGB (Red+Green+Blue) = 32+19+51=102 (13% of max value = 765). Red value is 32 (12.89% from 255 or 31.37% from 102); Green value is 19 (7.81% from 255 or 18.63% from 102); Blue value is 51 (20.31% from 255 or 50% from 102); Max value from RGB is 51 - color contains mainly: blue. Hex color #201333 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #201333 is #DFECCC. Grayscale: #1A1A1A. Windows color (decimal): -14675149 or 3347232. OLE color: 3347232.

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

Color convert

RGB321951-
CMYK0.370.6300.8
HSL264.38º45.71%13.73%-
HSV(B)264.38º62.75%20%-
XYZ1.431.013.25-
YUV26.53141.81131.9-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 31.37%
GREEN value IS 19 (7.81% from 255) = 18.63%
BLUE value IS 51 (20.31% from 255) = 50%
R=31.37%
G=18.63%
B=50%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal3219510.370.6300.8264.3845.7113.73
Hex201333253F0501082ee
Octal402363457701204105616
Binary10000010011110011100101111111010100001000010001011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #201333

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #201333; }

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

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

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

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

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

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

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

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