Html Css Color HEX #29252D Blackcurrant

📋 copy color: '#29252D'

red 41 ◦ green 37 ◦ blue 45

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

Shades of Blackcurrant #29252D

Tints of Blackcurrant #29252D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 36.59%

R = 33.33%
G = 30.08%
B = 36.59%

CMYK

 C value IS 0.09

 M value IS 0.18

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#29252D (or 0x29252D) is known color: Blackcurrant. HEX triplet: 29, 25 and 2D. RGB value is (41,37,45). Sum of RGB (Red+Green+Blue) = 41+37+45=123 (16% of max value = 765). Red value is 41 (16.41% from 255 or 33.33% from 123); Green value is 37 (14.84% from 255 or 30.08% from 123); Blue value is 45 (17.97% from 255 or 36.59% from 123); Max value from RGB is 45 - color contains mainly: blue. Hex color #29252D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #29252D is #D6DAD2. Grayscale: #272727. Windows color (decimal): -14080723 or 2958633. OLE color: 2958633.

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

Color convert

RGB 41 37 45 -
CMYK 0.09 0.18 0 0.82
HSL 270º 0.1% 0.16% -
HSV(B) 270º 0.18% 0.18% -
XYZ 2.05 1.98 2.76 -
YUV 39.11 131.33 129.35 -
System Red Green Blue C M Y K H S L
Decimal 41 37 45 0.09 0.18 0 0.82 270 0.1 0.16
Hex 29 25 2D 9 12 0 52 10E A 10
Octal 51 45 55 11 22 0 122 416 12 20
Binary 101001 100101 101101 1001 10010 0 1010010 100001110 1010 10000

Color Harmonies of #29252D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29252D

Black with #29252D

Text Example


Text Example

White with #29252D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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