Html Css Color HEX #29192D Blackcurrant

📋 copy color: '#29192D'

red 41 ◦ green 25 ◦ blue 45

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

Shades of Blackcurrant #29192D

Tints of Blackcurrant #29192D

RGB

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

 GREEN value IS 25 (10.16% from 255) = 22.52%

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

R = 36.94%
G = 22.52%
B = 40.54%

CMYK

 C value IS 0.09

 M value IS 0.44

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#29192D (or 0x29192D) is known color: Blackcurrant. HEX triplet: 29, 19 and 2D. RGB value is (41,25,45). Sum of RGB (Red+Green+Blue) = 41+25+45=111 (14% of max value = 765). Red value is 41 (16.41% from 255 or 36.94% from 111); Green value is 25 (10.16% from 255 or 22.52% from 111); Blue value is 45 (17.97% from 255 or 40.54% from 111); Max value from RGB is 45 - color contains mainly: blue. Hex color #29192D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #29192D is #D6E6D2. Grayscale: #1F1F1F. Windows color (decimal): -14083795 or 2955561. OLE color: 2955561.

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

Color convert

RGB 41 25 45 -
CMYK 0.09 0.44 0 0.82
HSL 288º 0.29% 0.14% -
HSV(B) 288º 0.44% 0.18% -
XYZ 1.74 1.36 2.65 -
YUV 32.06 135.3 134.37 -
System Red Green Blue C M Y K H S L
Decimal 41 25 45 0.09 0.44 0 0.82 288 0.29 0.14
Hex 29 19 2D 9 2C 0 52 120 1D E
Octal 51 31 55 11 54 0 122 440 35 16
Binary 101001 11001 101101 1001 101100 0 1010010 100100000 11101 1110

Color Harmonies of #29192D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29192D

Black with #29192D

Text Example


Text Example

White with #29192D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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