#291130

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

Shades of Blackcurrant #291130

Tints of Blackcurrant #291130

Color information

#291130 (or 0x291130) is unknown color: approx Blackcurrant. HEX triplet: 29, 11 and 30. RGB value is (41,17,48). Sum of RGB (Red+Green+Blue) = 41+17+48=106 (14% of max value = 765). Red value is 41 (16.41% from 255 or 38.68% from 106); Green value is 17 (7.03% from 255 or 16.04% from 106); Blue value is 48 (19.14% from 255 or 45.28% from 106); Max value from RGB is 48 - color contains mainly: blue. Hex color #291130 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #291130 is #D6EECF. Grayscale: #1B1B1B. Windows color (decimal): -14085840 or 3150121. OLE color: 3150121.

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

Color convert

RGB411748-
CMYK0.150.6500.81
HSL286.45º47.69%12.75%-
HSV(B)286.45º64.58%18.82%-
XYZ1.651.092.92-
YUV27.71139.45137.48-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 38.68%
GREEN value IS 17 (7.03% from 255) = 16.04%
BLUE value IS 48 (19.14% from 255) = 45.28%
R=38.68%
G=16.04%
B=45.28%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4117480.150.6500.81286.4547.6912.75
Hex291130F4105111e30d
Octal5121601710101214366015
Binary1010011000111000011111000001010100011000111101100001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #291130

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #291130; }

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

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

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

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

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

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

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

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