#201630

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

Shades of Blackcurrant #201630

Tints of Blackcurrant #201630

Color information

#201630 (or 0x201630) is unknown color: approx Blackcurrant. HEX triplet: 20, 16 and 30. RGB value is (32,22,48). Sum of RGB (Red+Green+Blue) = 32+22+48=102 (13% of max value = 765). Red value is 32 (12.89% from 255 or 31.37% from 102); Green value is 22 (8.98% from 255 or 21.57% from 102); Blue value is 48 (19.14% from 255 or 47.06% from 102); Max value from RGB is 48 - color contains mainly: blue. Hex color #201630 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #201630 is #DFE9CF. Grayscale: #1B1B1B. Windows color (decimal): -14674384 or 3151392. OLE color: 3151392.

HSL color Cylindrical-coordinate representation of color #201630: hue angle of 263.08º degrees, saturation: 0.37, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #201630 is Cyan = 0.33, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB322248-
CMYK0.330.5400.81
HSL263.08º37.14%13.73%-
HSV(B)263.08º54.17%18.82%-
XYZ1.421.092.93-
YUV27.95139.31130.89-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 31.37%
GREEN value IS 22 (8.98% from 255) = 21.57%
BLUE value IS 48 (19.14% from 255) = 47.06%
R=31.37%
G=21.57%
B=47.06%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal3222480.330.5400.81263.0837.1413.73
Hex201630213605110725e
Octal402660416601214074516
Binary10000010110110000100001110110010100011000001111001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #201630

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #201630; }

 p { color: rgb(32,22,48); }

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

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

 a { background-color: rgb(32,22,48); }

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

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

 span { border-color: rgb(32,22,48); }

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