#291434

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

Shades of Blackcurrant #291434

Tints of Blackcurrant #291434

Color information

#291434 (or 0x291434) is unknown color: approx Blackcurrant. HEX triplet: 29, 14 and 34. RGB value is (41,20,52). Sum of RGB (Red+Green+Blue) = 41+20+52=113 (14% of max value = 765). Red value is 41 (16.41% from 255 or 36.28% from 113); Green value is 20 (8.20% from 255 or 17.70% from 113); Blue value is 52 (20.70% from 255 or 46.02% from 113); Max value from RGB is 52 - color contains mainly: blue. Hex color #291434 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #291434 is #D6EBCB. Grayscale: #1D1D1D. Windows color (decimal): -14085068 or 3413033. OLE color: 3413033.

HSL color Cylindrical-coordinate representation of color #291434: hue angle of 279.38º degrees, saturation: 0.44, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #291434 is Cyan = 0.21, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB412052-
CMYK0.210.6200.80
HSL279.38º44.44%14.12%-
HSV(B)279.38º61.54%20.39%-
XYZ1.781.223.39-
YUV29.93140.46135.9-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 36.28%
GREEN value IS 20 (8.20% from 255) = 17.70%
BLUE value IS 52 (20.70% from 255) = 46.02%
R=36.28%
G=17.70%
B=46.02%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal4120520.210.6200.80279.3844.4414.12
Hex291434153E0501172ce
Octal512464257601204275416
Binary1010011010011010010101111110010100001000101111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #291434

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #291434; }

 p { color: rgb(41,20,52); }

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

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

 a { background-color: rgb(41,20,52); }

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

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

 span { border-color: rgb(41,20,52); }

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