#201134

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

Shades of Blackcurrant #201134

Tints of Blackcurrant #201134

Color information

#201134 (or 0x201134) is unknown color: approx Blackcurrant. HEX triplet: 20, 11 and 34. RGB value is (32,17,52). Sum of RGB (Red+Green+Blue) = 32+17+52=101 (13% of max value = 765). Red value is 32 (12.89% from 255 or 31.68% from 101); Green value is 17 (7.03% from 255 or 16.83% from 101); Blue value is 52 (20.70% from 255 or 51.49% from 101); Max value from RGB is 52 - color contains mainly: blue. Hex color #201134 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #201134 is #DFEECB. Grayscale: #191919. Windows color (decimal): -14675660 or 3412256. OLE color: 3412256.

HSL color Cylindrical-coordinate representation of color #201134: hue angle of 265.71º degrees, saturation: 0.51, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #201134 is Cyan = 0.38, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB321752-
CMYK0.380.6700.80
HSL265.71º50.72%13.53%-
HSV(B)265.71º67.31%20.39%-
XYZ1.420.963.36-
YUV25.48142.97132.65-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 31.68%
GREEN value IS 17 (7.03% from 255) = 16.83%
BLUE value IS 52 (20.70% from 255) = 51.49%
R=31.68%
G=16.83%
B=51.49%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal3217520.380.6700.80265.7150.7213.53
Hex201134264305010a33e
Octal4021644610301204126316
Binary100000100011101001001101000011010100001000010101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #201134

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #201134; }

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

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

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

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

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

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

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

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