Html Css Color HEX #291134 Blackcurrant

📋 copy color: '#291134'

red 41 ◦ green 17 ◦ blue 52

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

Shades of Blackcurrant #291134

Tints of Blackcurrant #291134

RGB

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

 GREEN value IS 17 (7.03% from 255) = 15.45%

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

R = 37.27%
G = 15.45%
B = 47.27%

CMYK

 C value IS 0.21

 M value IS 0.67

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#291134 (or 0x291134) is known color: Blackcurrant. HEX triplet: 29, 11 and 34. RGB value is (41,17,52). Sum of RGB (Red+Green+Blue) = 41+17+52=110 (14% of max value = 765). Red value is 41 (16.41% from 255 or 37.27% from 110); Green value is 17 (7.03% from 255 or 15.45% from 110); Blue value is 52 (20.70% from 255 or 47.27% from 110); Max value from RGB is 52 - color contains mainly: blue. Hex color #291134 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #291134 is #D6EECB. Grayscale: #1C1C1C. Windows color (decimal): -14085836 or 3412265. OLE color: 3412265.

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

Color convert

RGB 41 17 52 -
CMYK 0.21 0.67 0 0.80
HSL 281.14º 0.51% 0.14% -
HSV(B) 281.14º 0.67% 0.2% -
XYZ 1.73 1.12 3.37 -
YUV 28.17 141.45 137.15 -
System Red Green Blue C M Y K H S L
Decimal 41 17 52 0.21 0.67 0 0.80 281.14 0.51 0.14
Hex 29 11 34 15 43 0 50 119 33 E
Octal 51 21 64 25 103 0 120 431 63 16
Binary 101001 10001 110100 10101 1000011 0 1010000 100011001 110011 1110

Color Harmonies of #291134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #291134

Black with #291134

Text Example


Text Example

White with #291134

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #291134; }

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

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

background-color css

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

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

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

border-color css

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

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

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