Html Css Color HEX #291E35 Blackcurrant

📋 copy color: '#291E35'

red 41 ◦ green 30 ◦ blue 53

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

Shades of Blackcurrant #291E35

Tints of Blackcurrant #291E35

RGB

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

 GREEN value IS 30 (12.11% from 255) = 24.19%

 BLUE value IS 53 (21.09% from 255) = 42.74%

R = 33.06%
G = 24.19%
B = 42.74%

CMYK

 C value IS 0.23

 M value IS 0.43

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#291E35 (or 0x291E35) is known color: Blackcurrant. HEX triplet: 29, 1E and 35. RGB value is (41,30,53). Sum of RGB (Red+Green+Blue) = 41+30+53=124 (16% of max value = 765). Red value is 41 (16.41% from 255 or 33.06% from 124); Green value is 30 (12.11% from 255 or 24.19% from 124); Blue value is 53 (21.09% from 255 or 42.74% from 124); Max value from RGB is 53 - color contains mainly: blue. Hex color #291E35 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #291E35 is #D6E1CA. Grayscale: #232323. Windows color (decimal): -14082507 or 3481129. OLE color: 3481129.

HSL color Cylindrical-coordinate representation of color #291E35: hue angle of 268.7º degrees, saturation: 0.28, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #291E35 is Cyan = 0.23, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB 41 30 53 -
CMYK 0.23 0.43 0 0.79
HSL 268.7º 0.28% 0.16% -
HSV(B) 268.7º 0.43% 0.21% -
XYZ 2.02 1.66 3.58 -
YUV 35.91 137.64 131.63 -
System Red Green Blue C M Y K H S L
Decimal 41 30 53 0.23 0.43 0 0.79 268.7 0.28 0.16
Hex 29 1E 35 17 2B 0 4F 10D 1C 10
Octal 51 36 65 27 53 0 117 415 34 20
Binary 101001 11110 110101 10111 101011 0 1001111 100001101 11100 10000

Color Harmonies of #291E35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #291E35

Black with #291E35

Text Example


Text Example

White with #291E35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #291E35; }

 p { color: rgb(41,30,53); }

 H1.HeaderClassName
 {
   color: #291E35;
 }
 .AnyTagClassName
 {
   color: #291E35;
 }
</style>

background-color css

<style>
 a { background-color: #291E35; }

 a { background-color: rgb(41,30,53); }

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

border-color css

<style>
 span { border-color: #291E35; }

 span { border-color: rgb(41,30,53); }

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