Html Css Color HEX #29152E Blackcurrant

📋 copy color: '#29152E'

red 41 ◦ green 21 ◦ blue 46

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

Shades of Blackcurrant #29152E

Tints of Blackcurrant #29152E

RGB

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

 GREEN value IS 21 (8.59% from 255) = 19.44%

 BLUE value IS 46 (18.36% from 255) = 42.59%

R = 37.96%
G = 19.44%
B = 42.59%

CMYK

 C value IS 0.11

 M value IS 0.54

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#29152E (or 0x29152E) is known color: Blackcurrant. HEX triplet: 29, 15 and 2E. RGB value is (41,21,46). Sum of RGB (Red+Green+Blue) = 41+21+46=108 (14% of max value = 765). Red value is 41 (16.41% from 255 or 37.96% from 108); Green value is 21 (8.59% from 255 or 19.44% from 108); Blue value is 46 (18.36% from 255 or 42.59% from 108); Max value from RGB is 46 - color contains mainly: blue. Hex color #29152E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #29152E is #D6EAD1. Grayscale: #1D1D1D. Windows color (decimal): -14084818 or 3020073. OLE color: 3020073.

HSL color Cylindrical-coordinate representation of color #29152E: hue angle of 288º degrees, saturation: 0.37, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #29152E is Cyan = 0.11, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB 41 21 46 -
CMYK 0.11 0.54 0 0.82
HSL 288º 0.37% 0.13% -
HSV(B) 288º 0.54% 0.18% -
XYZ 1.68 1.21 2.73 -
YUV 29.83 137.13 135.97 -
System Red Green Blue C M Y K H S L
Decimal 41 21 46 0.11 0.54 0 0.82 288 0.37 0.13
Hex 29 15 2E B 36 0 52 120 25 D
Octal 51 25 56 13 66 0 122 440 45 15
Binary 101001 10101 101110 1011 110110 0 1010010 100100000 100101 1101

Color Harmonies of #29152E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29152E

Black with #29152E

Text Example


Text Example

White with #29152E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #29152E; }

 p { color: rgb(41,21,46); }

 H1.HeaderClassName
 {
   color: #29152E;
 }
 .AnyTagClassName
 {
   color: #29152E;
 }
</style>

background-color css

<style>
 a { background-color: #29152E; }

 a { background-color: rgb(41,21,46); }

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

border-color css

<style>
 span { border-color: #29152E; }

 span { border-color: rgb(41,21,46); }

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