#29282A

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

Shades of Blackcurrant #29282A

Tints of Blackcurrant #29282A

Color information

#29282A (or 0x29282A) is unknown color: approx Blackcurrant. HEX triplet: 29, 28 and 2A. RGB value is (41,40,42). Sum of RGB (Red+Green+Blue) = 41+40+42=123 (16% of max value = 765). Red value is 41 (16.41% from 255 or 33.33% from 123); Green value is 40 (16.02% from 255 or 32.52% from 123); Blue value is 42 (16.80% from 255 or 34.15% from 123); Max value from RGB is 42 - color contains mainly: blue. Hex color #29282A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #29282A is #D6D7D5. Grayscale: #282828. Windows color (decimal): -14079958 or 2762793. OLE color: 2762793.

HSL color Cylindrical-coordinate representation of color #29282A: hue angle of 270º degrees, saturation: 0.02, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #29282A is Cyan = 0.02, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB414042-
CMYK0.020.0500.84
HSL270º2.44%16.08%-
HSV(B)270º4.76%16.47%-
XYZ2.092.162.5-
YUV40.53128.83128.34-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 33.33%
GREEN value IS 40 (16.02% from 255) = 32.52%
BLUE value IS 42 (16.80% from 255) = 34.15%
R=33.33%
G=32.52%
B=34.15%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal4140420.020.0500.842702.4416.08
Hex29282A2505410e210
Octal515052250124416220
Binary10100110100010101010101010101001000011101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29282A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,40,42); }

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

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

 a { background-color: rgb(41,40,42); }

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

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

 span { border-color: rgb(41,40,42); }

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