Html Css Color HEX #29183D Blackcurrant

📋 copy color: '#29183D'

red 41 ◦ green 24 ◦ blue 61

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

Shades of Blackcurrant #29183D

Tints of Blackcurrant #29183D

RGB

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

 GREEN value IS 24 (9.77% from 255) = 19.05%

 BLUE value IS 61 (24.22% from 255) = 48.41%

R = 32.54%
G = 19.05%
B = 48.41%

CMYK

 C value IS 0.33

 M value IS 0.61

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#29183D (or 0x29183D) is known color: Blackcurrant. HEX triplet: 29, 18 and 3D. RGB value is (41,24,61). Sum of RGB (Red+Green+Blue) = 41+24+61=126 (16% of max value = 765). Red value is 41 (16.41% from 255 or 32.54% from 126); Green value is 24 (9.77% from 255 or 19.05% from 126); Blue value is 61 (24.22% from 255 or 48.41% from 126); Max value from RGB is 61 - color contains mainly: blue. Hex color #29183D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #29183D is #D6E7C2. Grayscale: #212121. Windows color (decimal): -14084035 or 4003881. OLE color: 4003881.

HSL color Cylindrical-coordinate representation of color #29183D: hue angle of 267.57º degrees, saturation: 0.44, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #29183D is Cyan = 0.33, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 41 24 61 -
CMYK 0.33 0.61 0 0.76
HSL 267.57º 0.44% 0.17% -
HSV(B) 267.57º 0.61% 0.24% -
XYZ 2.08 1.46 4.59 -
YUV 33.3 143.63 133.49 -
System Red Green Blue C M Y K H S L
Decimal 41 24 61 0.33 0.61 0 0.76 267.57 0.44 0.17
Hex 29 18 3D 21 3D 0 4C 10C 2C 11
Octal 51 30 75 41 75 0 114 414 54 21
Binary 101001 11000 111101 100001 111101 0 1001100 100001100 101100 10001

Color Harmonies of #29183D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29183D

Black with #29183D

Text Example


Text Example

White with #29183D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,24,61); }

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

background-color css

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

 a { background-color: rgb(41,24,61); }

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

border-color css

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

 span { border-color: rgb(41,24,61); }

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