#29183D

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

Shades of Blackcurrant #29183D

Tints of Blackcurrant #29183D

Color information

#29183D (or 0x29183D) is unknown color: approx Blackcurrant. HEX triplet: 29, 18 and 3D. RGB value is (41,24,61). Sum of RGB (Red+Green+Blue) = 41+24+61=126 (16% of max value = 765). Red value is 41 (16.41% from 255 or 32.54% from 126); Green value is 24 (9.77% from 255 or 19.05% from 126); Blue value is 61 (24.22% from 255 or 48.41% from 126); Max value from RGB is 61 - color contains mainly: blue. Hex color #29183D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #29183D is #D6E7C2. Grayscale: #212121. Windows color (decimal): -14084035 or 4003881. OLE color: 4003881.

HSL color Cylindrical-coordinate representation of color #29183D: hue angle of 267.57º degrees, saturation: 0.44, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #29183D is Cyan = 0.33, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB412461-
CMYK0.330.6100.76
HSL267.57º43.53%16.67%-
HSV(B)267.57º60.66%23.92%-
XYZ2.081.464.59-
YUV33.3143.63133.49-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 32.54%
GREEN value IS 24 (9.77% from 255) = 19.05%
BLUE value IS 61 (24.22% from 255) = 48.41%
R=32.54%
G=19.05%
B=48.41%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal4124610.330.6100.76267.5743.5316.67
Hex29183D213D04C10c2c11
Octal513075417501144145421
Binary101001110001111011000011111010100110010000110010110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29183D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29183D; }

 p { color: rgb(41,24,61); }

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

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

 a { background-color: rgb(41,24,61); }

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

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

 span { border-color: rgb(41,24,61); }

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