Html Css Color HEX #29222E Blackcurrant

📋 copy color: '#29222E'

red 41 ◦ green 34 ◦ blue 46

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

Shades of Blackcurrant #29222E

Tints of Blackcurrant #29222E

RGB

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

 GREEN value IS 34 (13.67% from 255) = 28.1%

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

R = 33.88%
G = 28.1%
B = 38.02%

CMYK

 C value IS 0.11

 M value IS 0.26

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#29222E (or 0x29222E) is known color: Blackcurrant. HEX triplet: 29, 22 and 2E. RGB value is (41,34,46). Sum of RGB (Red+Green+Blue) = 41+34+46=121 (16% of max value = 765). Red value is 41 (16.41% from 255 or 33.88% from 121); Green value is 34 (13.67% from 255 or 28.10% from 121); Blue value is 46 (18.36% from 255 or 38.02% from 121); Max value from RGB is 46 - color contains mainly: blue. Hex color #29222E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #29222E is #D6DDD1. Grayscale: #252525. Windows color (decimal): -14081490 or 3023401. OLE color: 3023401.

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

Color convert

RGB 41 34 46 -
CMYK 0.11 0.26 0 0.82
HSL 275º 0.15% 0.16% -
HSV(B) 275º 0.26% 0.18% -
XYZ 1.98 1.81 2.83 -
YUV 37.46 132.82 130.52 -
System Red Green Blue C M Y K H S L
Decimal 41 34 46 0.11 0.26 0 0.82 275 0.15 0.16
Hex 29 22 2E B 1A 0 52 113 F 10
Octal 51 42 56 13 32 0 122 423 17 20
Binary 101001 100010 101110 1011 11010 0 1010010 100010011 1111 10000

Color Harmonies of #29222E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29222E

Black with #29222E

Text Example


Text Example

White with #29222E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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