#29252C

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

Shades of Blackcurrant #29252C

Tints of Blackcurrant #29252C

Color information

#29252C (or 0x29252C) is unknown color: approx Blackcurrant. HEX triplet: 29, 25 and 2C. RGB value is (41,37,44). Sum of RGB (Red+Green+Blue) = 41+37+44=122 (16% of max value = 765). Red value is 41 (16.41% from 255 or 33.61% from 122); Green value is 37 (14.84% from 255 or 30.33% from 122); Blue value is 44 (17.58% from 255 or 36.07% from 122); Max value from RGB is 44 - color contains mainly: blue. Hex color #29252C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #29252C is #D6DAD3. Grayscale: #262626. Windows color (decimal): -14080724 or 2893097. OLE color: 2893097.

HSL color Cylindrical-coordinate representation of color #29252C: hue angle of 274.29º degrees, saturation: 0.09, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #29252C is Cyan = 0.07, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB413744-
CMYK0.070.1600.83
HSL274.29º8.64%15.88%-
HSV(B)274.29º15.91%17.25%-
XYZ2.031.982.66-
YUV38.99130.83129.43-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 33.61%
GREEN value IS 37 (14.84% from 255) = 30.33%
BLUE value IS 44 (17.58% from 255) = 36.07%
R=33.61%
G=30.33%
B=36.07%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal4137440.070.1600.83274.298.6415.88
Hex29252C710053112910
Octal51455472001234221120
Binary1010011001011011001111000001010011100010010100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29252C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29252C; }

 p { color: rgb(41,37,44); }

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

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

 a { background-color: rgb(41,37,44); }

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

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

 span { border-color: rgb(41,37,44); }

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