#201430

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

Shades of Blackcurrant #201430

Tints of Blackcurrant #201430

Color information

#201430 (or 0x201430) is unknown color: approx Blackcurrant. HEX triplet: 20, 14 and 30. RGB value is (32,20,48). Sum of RGB (Red+Green+Blue) = 32+20+48=100 (13% of max value = 765). Red value is 32 (12.89% from 255 or 32% from 100); Green value is 20 (8.20% from 255 or 20% from 100); Blue value is 48 (19.14% from 255 or 48% from 100); Max value from RGB is 48 - color contains mainly: blue. Hex color #201430 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #201430 is #DFEBCF. Grayscale: #1A1A1A. Windows color (decimal): -14674896 or 3150880. OLE color: 3150880.

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

Color convert

RGB322048-
CMYK0.330.5800.81
HSL265.71º41.18%13.33%-
HSV(B)265.71º58.33%18.82%-
XYZ1.381.022.92-
YUV26.78139.98131.72-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 32%
GREEN value IS 20 (8.20% from 255) = 20%
BLUE value IS 48 (19.14% from 255) = 48%
R=32%
G=20%
B=48%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal3220480.330.5800.81265.7141.1813.33
Hex201430213A05110a29d
Octal402460417201214125115
Binary10000010100110000100001111010010100011000010101010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #201430

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #201430; }

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

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

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

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

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

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

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

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