Html Css Color HEX #29132D Blackcurrant

📋 copy color: '#29132D'

red 41 ◦ green 19 ◦ blue 45

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

Shades of Blackcurrant #29132D

Tints of Blackcurrant #29132D

RGB

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

 GREEN value IS 19 (7.81% from 255) = 18.1%

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

R = 39.05%
G = 18.1%
B = 42.86%

CMYK

 C value IS 0.09

 M value IS 0.58

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#29132D (or 0x29132D) is known color: Blackcurrant. HEX triplet: 29, 13 and 2D. RGB value is (41,19,45). Sum of RGB (Red+Green+Blue) = 41+19+45=105 (13% of max value = 765). Red value is 41 (16.41% from 255 or 39.05% from 105); Green value is 19 (7.81% from 255 or 18.10% from 105); Blue value is 45 (17.97% from 255 or 42.86% from 105); Max value from RGB is 45 - color contains mainly: blue. Hex color #29132D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #29132D is #D6ECD2. Grayscale: #1C1C1C. Windows color (decimal): -14085331 or 2954025. OLE color: 2954025.

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

Color convert

RGB 41 19 45 -
CMYK 0.09 0.58 0 0.82
HSL 290.77º 0.41% 0.13% -
HSV(B) 290.77º 0.58% 0.18% -
XYZ 1.62 1.13 2.61 -
YUV 28.54 137.29 136.89 -
System Red Green Blue C M Y K H S L
Decimal 41 19 45 0.09 0.58 0 0.82 290.77 0.41 0.13
Hex 29 13 2D 9 3A 0 52 123 29 D
Octal 51 23 55 11 72 0 122 443 51 15
Binary 101001 10011 101101 1001 111010 0 1010010 100100011 101001 1101

Color Harmonies of #29132D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29132D

Black with #29132D

Text Example


Text Example

White with #29132D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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