#291D30

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

Shades of Blackcurrant #291D30

Tints of Blackcurrant #291D30

Color information

#291D30 (or 0x291D30) is unknown color: approx Blackcurrant. HEX triplet: 29, 1D and 30. RGB value is (41,29,48). Sum of RGB (Red+Green+Blue) = 41+29+48=118 (15% of max value = 765). Red value is 41 (16.41% from 255 or 34.75% from 118); Green value is 29 (11.72% from 255 or 24.58% from 118); Blue value is 48 (19.14% from 255 or 40.68% from 118); Max value from RGB is 48 - color contains mainly: blue. Hex color #291D30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #291D30 is #D6E2CF. Grayscale: #222222. Windows color (decimal): -14082768 or 3153193. OLE color: 3153193.

HSL color Cylindrical-coordinate representation of color #291D30: hue angle of 277.89º degrees, saturation: 0.25, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #291D30 is Cyan = 0.15, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB412948-
CMYK0.150.4000.81
HSL277.89º24.68%15.1%-
HSV(B)277.89º39.58%18.82%-
XYZ1.891.563-
YUV34.75135.48132.46-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 34.75%
GREEN value IS 29 (11.72% from 255) = 24.58%
BLUE value IS 48 (19.14% from 255) = 40.68%
R=34.75%
G=24.58%
B=40.68%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4129480.150.4000.81277.8924.6815.1
Hex291D30F2805111619f
Octal513560175001214263117
Binary10100111101110000111110100001010001100010110110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #291D30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #291D30; }

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

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

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

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

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

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

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

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