#29153A

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

Shades of Blackcurrant #29153A

Tints of Blackcurrant #29153A

Color information

#29153A (or 0x29153A) is unknown color: approx Blackcurrant. HEX triplet: 29, 15 and 3A. RGB value is (41,21,58). Sum of RGB (Red+Green+Blue) = 41+21+58=120 (15% of max value = 765). Red value is 41 (16.41% from 255 or 34.17% from 120); Green value is 21 (8.59% from 255 or 17.5% from 120); Blue value is 58 (23.05% from 255 or 48.33% from 120); Max value from RGB is 58 - color contains mainly: blue. Hex color #29153A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #29153A is #D6EAC5. Grayscale: #1F1F1F. Windows color (decimal): -14084806 or 3806505. OLE color: 3806505.

HSL color Cylindrical-coordinate representation of color #29153A: hue angle of 272.43º degrees, saturation: 0.47, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #29153A is Cyan = 0.29, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB412158-
CMYK0.290.6400.77
HSL272.43º46.84%15.49%-
HSV(B)272.43º63.79%22.75%-
XYZ1.951.314.15-
YUV31.2143.13134.99-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 34.17%
GREEN value IS 21 (8.59% from 255) = 17.5%
BLUE value IS 58 (23.05% from 255) = 48.33%
R=34.17%
G=17.5%
B=48.33%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal4121580.290.6400.77272.4346.8415.49
Hex29153A1D4004D1102ff
Octal5125723510001154205717
Binary10100110101111010111011000000010011011000100001011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29153A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29153A; }

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

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

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

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

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

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

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

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