Html Css Color HEX #291130 Blackcurrant

📋 copy color: '#291130'

red 41 ◦ green 17 ◦ blue 48

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

Shades of Blackcurrant #291130

Tints of Blackcurrant #291130

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 45.28%

R = 38.68%
G = 16.04%
B = 45.28%

CMYK

 C value IS 0.15

 M value IS 0.65

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#291130 (or 0x291130) is known color: Blackcurrant. HEX triplet: 29, 11 and 30. RGB value is (41,17,48). Sum of RGB (Red+Green+Blue) = 41+17+48=106 (14% of max value = 765). Red value is 41 (16.41% from 255 or 38.68% from 106); Green value is 17 (7.03% from 255 or 16.04% from 106); Blue value is 48 (19.14% from 255 or 45.28% from 106); Max value from RGB is 48 - color contains mainly: blue. Hex color #291130 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #291130 is #D6EECF. Grayscale: #1B1B1B. Windows color (decimal): -14085840 or 3150121. OLE color: 3150121.

HSL color Cylindrical-coordinate representation of color #291130: hue angle of 286.45º degrees, saturation: 0.48, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #291130 is Cyan = 0.15, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 41 17 48 -
CMYK 0.15 0.65 0 0.81
HSL 286.45º 0.48% 0.13% -
HSV(B) 286.45º 0.65% 0.19% -
XYZ 1.65 1.09 2.92 -
YUV 27.71 139.45 137.48 -
System Red Green Blue C M Y K H S L
Decimal 41 17 48 0.15 0.65 0 0.81 286.45 0.48 0.13
Hex 29 11 30 F 41 0 51 11E 30 D
Octal 51 21 60 17 101 0 121 436 60 15
Binary 101001 10001 110000 1111 1000001 0 1010001 100011110 110000 1101

Color Harmonies of #291130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #291130

Black with #291130

Text Example


Text Example

White with #291130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #291130; }

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

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

background-color css

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

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

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

border-color css

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

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

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