Html Css Color HEX #291935 Blackcurrant

📋 copy color: '#291935'

red 41 ◦ green 25 ◦ blue 53

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

Shades of Blackcurrant #291935

Tints of Blackcurrant #291935

RGB

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

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

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

R = 34.45%
G = 21.01%
B = 44.54%

CMYK

 C value IS 0.23

 M value IS 0.53

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#291935 (or 0x291935) is known color: Blackcurrant. HEX triplet: 29, 19 and 35. RGB value is (41,25,53). Sum of RGB (Red+Green+Blue) = 41+25+53=119 (15% of max value = 765). Red value is 41 (16.41% from 255 or 34.45% from 119); Green value is 25 (10.16% from 255 or 21.01% from 119); Blue value is 53 (21.09% from 255 or 44.54% from 119); Max value from RGB is 53 - color contains mainly: blue. Hex color #291935 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #291935 is #D6E6CA. Grayscale: #202020. Windows color (decimal): -14083787 or 3479849. OLE color: 3479849.

HSL color Cylindrical-coordinate representation of color #291935: hue angle of 274.29º degrees, saturation: 0.36, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #291935 is Cyan = 0.23, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB 41 25 53 -
CMYK 0.23 0.53 0 0.79
HSL 274.29º 0.36% 0.15% -
HSV(B) 274.29º 0.53% 0.21% -
XYZ 1.9 1.42 3.54 -
YUV 32.98 139.3 133.72 -
System Red Green Blue C M Y K H S L
Decimal 41 25 53 0.23 0.53 0 0.79 274.29 0.36 0.15
Hex 29 19 35 17 35 0 4F 112 24 F
Octal 51 31 65 27 65 0 117 422 44 17
Binary 101001 11001 110101 10111 110101 0 1001111 100010010 100100 1111

Color Harmonies of #291935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #291935

Black with #291935

Text Example


Text Example

White with #291935

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #291935; }

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

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

background-color css

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

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

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

border-color css

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

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

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