Html Css Color HEX #29242E Blackcurrant

📋 copy color: '#29242E'

red 41 ◦ green 36 ◦ blue 46

#29242E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blackcurrant #29242E

Tints of Blackcurrant #29242E

RGB

 RED value IS 41 (16.41% from 255) = 33.33%

 GREEN value IS 36 (14.45% from 255) = 29.27%

 BLUE value IS 46 (18.36% from 255) = 37.4%

R = 33.33%
G = 29.27%
B = 37.4%

CMYK

 C value IS 0.11

 M value IS 0.22

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#29242E (or 0x29242E) is known color: Blackcurrant. HEX triplet: 29, 24 and 2E. RGB value is (41,36,46). Sum of RGB (Red+Green+Blue) = 41+36+46=123 (16% of max value = 765). Red value is 41 (16.41% from 255 or 33.33% from 123); Green value is 36 (14.45% from 255 or 29.27% from 123); Blue value is 46 (18.36% from 255 or 37.40% from 123); Max value from RGB is 46 - color contains mainly: blue. Hex color #29242E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #29242E is #D6DBD1. Grayscale: #262626. Windows color (decimal): -14080978 or 3023913. OLE color: 3023913.

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

Color convert

RGB 41 36 46 -
CMYK 0.11 0.22 0 0.82
HSL 270º 0.12% 0.16% -
HSV(B) 270º 0.22% 0.18% -
XYZ 2.04 1.93 2.85 -
YUV 38.64 132.16 129.69 -
System Red Green Blue C M Y K H S L
Decimal 41 36 46 0.11 0.22 0 0.82 270 0.12 0.16
Hex 29 24 2E B 16 0 52 10E C 10
Octal 51 44 56 13 26 0 122 416 14 20
Binary 101001 100100 101110 1011 10110 0 1010010 100001110 1100 10000

Color Harmonies of #29242E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29242E

Black with #29242E

Text Example


Text Example

White with #29242E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #29242E;
 }
 .AnyTagClassName
 {
   color: #29242E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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