#201334

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

Shades of Blackcurrant #201334

Tints of Blackcurrant #201334

Color information

#201334 (or 0x201334) is unknown color: approx Blackcurrant. HEX triplet: 20, 13 and 34. RGB value is (32,19,52). Sum of RGB (Red+Green+Blue) = 32+19+52=103 (13% of max value = 765). Red value is 32 (12.89% from 255 or 31.07% from 103); Green value is 19 (7.81% from 255 or 18.45% from 103); Blue value is 52 (20.70% from 255 or 50.49% from 103); Max value from RGB is 52 - color contains mainly: blue. Hex color #201334 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #201334 is #DFECCB. Grayscale: #1A1A1A. Windows color (decimal): -14675148 or 3412768. OLE color: 3412768.

HSL color Cylindrical-coordinate representation of color #201334: hue angle of 263.64º 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 #201334 is Cyan = 0.38, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB321952-
CMYK0.380.6300.80
HSL263.64º46.48%13.92%-
HSV(B)263.64º63.46%20.39%-
XYZ1.451.023.37-
YUV26.65142.31131.82-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 31.07%
GREEN value IS 19 (7.81% from 255) = 18.45%
BLUE value IS 52 (20.70% from 255) = 50.49%
R=31.07%
G=18.45%
B=50.49%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal3219520.380.6300.80263.6446.4813.92
Hex201334263F0501082ee
Octal402364467701204105616
Binary10000010011110100100110111111010100001000010001011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #201334

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #201334; }

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

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

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

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

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

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

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

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