#201530

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

Shades of Blackcurrant #201530

Tints of Blackcurrant #201530

Color information

#201530 (or 0x201530) is unknown color: approx Blackcurrant. HEX triplet: 20, 15 and 30. RGB value is (32,21,48). Sum of RGB (Red+Green+Blue) = 32+21+48=101 (13% of max value = 765). Red value is 32 (12.89% from 255 or 31.68% from 101); Green value is 21 (8.59% from 255 or 20.79% from 101); Blue value is 48 (19.14% from 255 or 47.52% from 101); Max value from RGB is 48 - color contains mainly: blue. Hex color #201530 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #201530 is #DFEACF. Grayscale: #1B1B1B. Windows color (decimal): -14674640 or 3151136. OLE color: 3151136.

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

Color convert

RGB322148-
CMYK0.330.5600.81
HSL264.44º39.13%13.53%-
HSV(B)264.44º56.25%18.82%-
XYZ1.41.062.93-
YUV27.37139.64131.3-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 31.68%
GREEN value IS 21 (8.59% from 255) = 20.79%
BLUE value IS 48 (19.14% from 255) = 47.52%
R=31.68%
G=20.79%
B=47.52%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal3221480.330.5600.81264.4439.1313.53
Hex201530213805110827e
Octal402560417001214104716
Binary10000010101110000100001111000010100011000010001001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #201530

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #201530; }

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

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

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

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

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

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

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

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