Html Css Color HEX #29133A Blackcurrant

📋 copy color: '#29133A'

red 41 ◦ green 19 ◦ blue 58

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

Shades of Blackcurrant #29133A

Tints of Blackcurrant #29133A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 49.15%

R = 34.75%
G = 16.1%
B = 49.15%

CMYK

 C value IS 0.29

 M value IS 0.67

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#29133A (or 0x29133A) is known color: Blackcurrant. HEX triplet: 29, 13 and 3A. RGB value is (41,19,58). Sum of RGB (Red+Green+Blue) = 41+19+58=118 (15% of max value = 765). Red value is 41 (16.41% from 255 or 34.75% from 118); Green value is 19 (7.81% from 255 or 16.10% from 118); Blue value is 58 (23.05% from 255 or 49.15% from 118); Max value from RGB is 58 - color contains mainly: blue. Hex color #29133A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #29133A is #D6ECC5. Grayscale: #1D1D1D. Windows color (decimal): -14085318 or 3805993. OLE color: 3805993.

HSL color Cylindrical-coordinate representation of color #29133A: hue angle of 273.85º degrees, saturation: 0.51, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #29133A is Cyan = 0.29, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 41 19 58 -
CMYK 0.29 0.67 0 0.77
HSL 273.85º 0.51% 0.15% -
HSV(B) 273.85º 0.67% 0.23% -
XYZ 1.91 1.24 4.14 -
YUV 30.02 143.79 135.83 -
System Red Green Blue C M Y K H S L
Decimal 41 19 58 0.29 0.67 0 0.77 273.85 0.51 0.15
Hex 29 13 3A 1D 43 0 4D 112 33 F
Octal 51 23 72 35 103 0 115 422 63 17
Binary 101001 10011 111010 11101 1000011 0 1001101 100010010 110011 1111

Color Harmonies of #29133A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29133A

Black with #29133A

Text Example


Text Example

White with #29133A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #29133A; }

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

 H1.HeaderClassName
 {
   color: #29133A;
 }
 .AnyTagClassName
 {
   color: #29133A;
 }
</style>

background-color css

<style>
 a { background-color: #29133A; }

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

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

border-color css

<style>
 span { border-color: #29133A; }

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

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