Html Css Color HEX #291534 Blackcurrant

📋 copy color: '#291534'

red 41 ◦ green 21 ◦ blue 52

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

Shades of Blackcurrant #291534

Tints of Blackcurrant #291534

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 45.61%

R = 35.96%
G = 18.42%
B = 45.61%

CMYK

 C value IS 0.21

 M value IS 0.60

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#291534 (or 0x291534) is known color: Blackcurrant. HEX triplet: 29, 15 and 34. RGB value is (41,21,52). Sum of RGB (Red+Green+Blue) = 41+21+52=114 (15% of max value = 765). Red value is 41 (16.41% from 255 or 35.96% from 114); Green value is 21 (8.59% from 255 or 18.42% from 114); Blue value is 52 (20.70% from 255 or 45.61% from 114); Max value from RGB is 52 - color contains mainly: blue. Hex color #291534 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #291534 is #D6EACB. Grayscale: #1E1E1E. Windows color (decimal): -14084812 or 3413289. OLE color: 3413289.

HSL color Cylindrical-coordinate representation of color #291534: hue angle of 278.71º degrees, saturation: 0.42, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #291534 is Cyan = 0.21, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB 41 21 52 -
CMYK 0.21 0.60 0 0.80
HSL 278.71º 0.42% 0.14% -
HSV(B) 278.71º 0.6% 0.2% -
XYZ 1.8 1.26 3.4 -
YUV 30.51 140.13 135.48 -
System Red Green Blue C M Y K H S L
Decimal 41 21 52 0.21 0.60 0 0.80 278.71 0.42 0.14
Hex 29 15 34 15 3C 0 50 117 2A E
Octal 51 25 64 25 74 0 120 427 52 16
Binary 101001 10101 110100 10101 111100 0 1010000 100010111 101010 1110

Color Harmonies of #291534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #291534

Black with #291534

Text Example


Text Example

White with #291534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #291534; }

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

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

background-color css

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

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

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

border-color css

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

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

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