Html Css Color HEX #291335 Blackcurrant

📋 copy color: '#291335'

red 41 ◦ green 19 ◦ blue 53

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

Shades of Blackcurrant #291335

Tints of Blackcurrant #291335

RGB

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

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

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

R = 36.28%
G = 16.81%
B = 46.9%

CMYK

 C value IS 0.23

 M value IS 0.64

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#291335 (or 0x291335) is known color: Blackcurrant. HEX triplet: 29, 13 and 35. RGB value is (41,19,53). Sum of RGB (Red+Green+Blue) = 41+19+53=113 (14% of max value = 765). Red value is 41 (16.41% from 255 or 36.28% from 113); Green value is 19 (7.81% from 255 or 16.81% from 113); Blue value is 53 (21.09% from 255 or 46.90% from 113); Max value from RGB is 53 - color contains mainly: blue. Hex color #291335 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #291335 is #D6ECCA. Grayscale: #1D1D1D. Windows color (decimal): -14085323 or 3478313. OLE color: 3478313.

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

Color convert

RGB 41 19 53 -
CMYK 0.23 0.64 0 0.79
HSL 278.82º 0.47% 0.14% -
HSV(B) 278.82º 0.64% 0.21% -
XYZ 1.79 1.19 3.5 -
YUV 29.45 141.29 136.24 -
System Red Green Blue C M Y K H S L
Decimal 41 19 53 0.23 0.64 0 0.79 278.82 0.47 0.14
Hex 29 13 35 17 40 0 4F 117 2F E
Octal 51 23 65 27 100 0 117 427 57 16
Binary 101001 10011 110101 10111 1000000 0 1001111 100010111 101111 1110

Color Harmonies of #291335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #291335

Black with #291335

Text Example


Text Example

White with #291335

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #291335; }

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

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

background-color css

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

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

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

border-color css

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

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

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