#291530

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

Shades of Blackcurrant #291530

Tints of Blackcurrant #291530

Color information

#291530 (or 0x291530) is unknown color: approx Blackcurrant. HEX triplet: 29, 15 and 30. RGB value is (41,21,48). Sum of RGB (Red+Green+Blue) = 41+21+48=110 (14% of max value = 765). Red value is 41 (16.41% from 255 or 37.27% from 110); Green value is 21 (8.59% from 255 or 19.09% from 110); Blue value is 48 (19.14% from 255 or 43.64% from 110); Max value from RGB is 48 - color contains mainly: blue. Hex color #291530 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #291530 is #D6EACF. Grayscale: #1D1D1D. Windows color (decimal): -14084816 or 3151145. OLE color: 3151145.

HSL color Cylindrical-coordinate representation of color #291530: hue angle of 284.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 #291530 is Cyan = 0.15, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB412148-
CMYK0.150.5600.81
HSL284.44º39.13%13.53%-
HSV(B)284.44º56.25%18.82%-
XYZ1.721.222.94-
YUV30.06138.13135.8-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 37.27%
GREEN value IS 21 (8.59% from 255) = 19.09%
BLUE value IS 48 (19.14% from 255) = 43.64%
R=37.27%
G=19.09%
B=43.64%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4121480.150.5600.81284.4439.1313.53
Hex291530F3805111c27e
Octal512560177001214344716
Binary101001101011100001111111000010100011000111001001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #291530

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #291530; }

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

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

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

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

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

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

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

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