Html Css Color HEX #29232E Blackcurrant

📋 copy color: '#29232E'

red 41 ◦ green 35 ◦ blue 46

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

Shades of Blackcurrant #29232E

Tints of Blackcurrant #29232E

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.7%

R = 33.61%
G = 28.69%
B = 37.7%

CMYK

 C value IS 0.11

 M value IS 0.24

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#29232E (or 0x29232E) is known color: 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

RGB 41 35 46 -
CMYK 0.11 0.24 0 0.82
HSL 272.73º 0.14% 0.16% -
HSV(B) 272.73º 0.24% 0.18% -
XYZ 2.01 1.87 2.84 -
YUV 38.05 132.49 130.11 -
System Red Green Blue C M Y K H S L
Decimal 41 35 46 0.11 0.24 0 0.82 272.73 0.14 0.16
Hex 29 23 2E B 18 0 52 111 E 10
Octal 51 43 56 13 30 0 122 421 16 20
Binary 101001 100011 101110 1011 11000 0 1010010 100010001 1110 10000

Color Harmonies of #29232E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29232E

Black with #29232E

Text Example


Text Example

White with #29232E

Text Example


Text Example

HTML Codes & Css Web 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>