#29232E

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

Shades of Blackcurrant #29232E

Tints of Blackcurrant #29232E

Color information

#29232E (or 0x29232E) is unknown color: approx Blackcurrant. HEX triplet: 29, 23 and 2E. RGB value is (41,35,46). Sum of RGB (Red+Green+Blue) = 41+35+46=122 (16% of max value = 765). Red value is 41 (16.41% from 255 or 33.61% from 122); Green value is 35 (14.06% from 255 or 28.69% from 122); Blue value is 46 (18.36% from 255 or 37.70% from 122); Max value from RGB is 46 - color contains mainly: blue. Hex color #29232E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #29232E is #D6DCD1. Grayscale: #262626. Windows color (decimal): -14081234 or 3023657. OLE color: 3023657.

HSL color Cylindrical-coordinate representation of color #29232E: hue angle of 272.73º degrees, saturation: 0.14, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #29232E is Cyan = 0.11, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB413546-
CMYK0.110.2400.82
HSL272.73º13.58%15.88%-
HSV(B)272.73º23.91%18.04%-
XYZ2.011.872.84-
YUV38.05132.49130.11-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 33.61%
GREEN value IS 35 (14.06% from 255) = 28.69%
BLUE value IS 46 (18.36% from 255) = 37.70%
R=33.61%
G=28.69%
B=37.70%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal4135460.110.2400.82272.7313.5815.88
Hex29232EB18052111e10
Octal514356133001224211620
Binary10100110001110111010111100001010010100010001111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29232E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29232E; }

 p { color: rgb(41,35,46); }

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

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

 a { background-color: rgb(41,35,46); }

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

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

 span { border-color: rgb(41,35,46); }

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