Html Css Color HEX #291133 Blackcurrant

📋 copy color: '#291133'

red 41 ◦ green 17 ◦ blue 51

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

Shades of Blackcurrant #291133

Tints of Blackcurrant #291133

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 46.79%

R = 37.61%
G = 15.6%
B = 46.79%

CMYK

 C value IS 0.20

 M value IS 0.67

 Y value IS 0

 K value IS 0.8

RGB Variations

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

Color information

#291133 (or 0x291133) is known color: Blackcurrant. HEX triplet: 29, 11 and 33. RGB value is (41,17,51). Sum of RGB (Red+Green+Blue) = 41+17+51=109 (14% of max value = 765). Red value is 41 (16.41% from 255 or 37.61% from 109); Green value is 17 (7.03% from 255 or 15.60% from 109); Blue value is 51 (20.31% from 255 or 46.79% from 109); Max value from RGB is 51 - color contains mainly: blue. Hex color #291133 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #291133 is #D6EECC. Grayscale: #1B1B1B. Windows color (decimal): -14085837 or 3346729. OLE color: 3346729.

HSL color Cylindrical-coordinate representation of color #291133: hue angle of 282.35º degrees, saturation: 0.5, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #291133 is Cyan = 0.20, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.8.

Color convert

RGB 41 17 51 -
CMYK 0.20 0.67 0 0.8
HSL 282.35º 0.5% 0.13% -
HSV(B) 282.35º 0.67% 0.2% -
XYZ 1.71 1.11 3.26 -
YUV 28.05 140.95 137.24 -
System Red Green Blue C M Y K H S L
Decimal 41 17 51 0.20 0.67 0 0.8 282.35 0.5 0.13
Hex 29 11 33 14 43 0 50 11A 32 D
Octal 51 21 63 24 103 0 120 432 62 15
Binary 101001 10001 110011 10100 1000011 0 1010000 100011010 110010 1101

Color Harmonies of #291133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #291133

Black with #291133

Text Example


Text Example

White with #291133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #291133; }

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

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

background-color css

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

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

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

border-color css

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

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

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