Html Css Color HEX #29252C Blackcurrant

📋 copy color: '#29252C'

red 41 ◦ green 37 ◦ blue 44

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

Shades of Blackcurrant #29252C

Tints of Blackcurrant #29252C

RGB

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

 GREEN value IS 37 (14.84% from 255) = 30.33%

 BLUE value IS 44 (17.58% from 255) = 36.07%

R = 33.61%
G = 30.33%
B = 36.07%

CMYK

 C value IS 0.07

 M value IS 0.16

 Y value IS 0

 K value IS 0.83

RGB Variations

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

Color information

#29252C (or 0x29252C) is known color: Blackcurrant. HEX triplet: 29, 25 and 2C. RGB value is (41,37,44). Sum of RGB (Red+Green+Blue) = 41+37+44=122 (16% of max value = 765). Red value is 41 (16.41% from 255 or 33.61% from 122); Green value is 37 (14.84% from 255 or 30.33% from 122); Blue value is 44 (17.58% from 255 or 36.07% from 122); Max value from RGB is 44 - color contains mainly: blue. Hex color #29252C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #29252C is #D6DAD3. Grayscale: #262626. Windows color (decimal): -14080724 or 2893097. OLE color: 2893097.

HSL color Cylindrical-coordinate representation of color #29252C: hue angle of 274.29º degrees, saturation: 0.09, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #29252C is Cyan = 0.07, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB 41 37 44 -
CMYK 0.07 0.16 0 0.83
HSL 274.29º 0.09% 0.16% -
HSV(B) 274.29º 0.16% 0.17% -
XYZ 2.03 1.98 2.66 -
YUV 38.99 130.83 129.43 -
System Red Green Blue C M Y K H S L
Decimal 41 37 44 0.07 0.16 0 0.83 274.29 0.09 0.16
Hex 29 25 2C 7 10 0 53 112 9 10
Octal 51 45 54 7 20 0 123 422 11 20
Binary 101001 100101 101100 111 10000 0 1010011 100010010 1001 10000

Color Harmonies of #29252C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29252C

Black with #29252C

Text Example


Text Example

White with #29252C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #29252C; }

 p { color: rgb(41,37,44); }

 H1.HeaderClassName
 {
   color: #29252C;
 }
 .AnyTagClassName
 {
   color: #29252C;
 }
</style>

background-color css

<style>
 a { background-color: #29252C; }

 a { background-color: rgb(41,37,44); }

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

border-color css

<style>
 span { border-color: #29252C; }

 span { border-color: rgb(41,37,44); }

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