Html Css Color HEX #291A35 Blackcurrant

📋 copy color: '#291A35'

red 41 ◦ green 26 ◦ blue 53

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

Shades of Blackcurrant #291A35

Tints of Blackcurrant #291A35

RGB

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

 GREEN value IS 26 (10.55% from 255) = 21.67%

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

R = 34.17%
G = 21.67%
B = 44.17%

CMYK

 C value IS 0.23

 M value IS 0.51

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#291A35 (or 0x291A35) is known color: Blackcurrant. HEX triplet: 29, 1A and 35. RGB value is (41,26,53). Sum of RGB (Red+Green+Blue) = 41+26+53=120 (15% of max value = 765). Red value is 41 (16.41% from 255 or 34.17% from 120); Green value is 26 (10.55% from 255 or 21.67% from 120); Blue value is 53 (21.09% from 255 or 44.17% from 120); Max value from RGB is 53 - color contains mainly: blue. Hex color #291A35 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #291A35 is #D6E5CA. Grayscale: #212121. Windows color (decimal): -14083531 or 3480105. OLE color: 3480105.

HSL color Cylindrical-coordinate representation of color #291A35: hue angle of 273.33º degrees, saturation: 0.34, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #291A35 is Cyan = 0.23, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB 41 26 53 -
CMYK 0.23 0.51 0 0.79
HSL 273.33º 0.34% 0.15% -
HSV(B) 273.33º 0.51% 0.21% -
XYZ 1.93 1.47 3.55 -
YUV 33.56 138.97 133.3 -
System Red Green Blue C M Y K H S L
Decimal 41 26 53 0.23 0.51 0 0.79 273.33 0.34 0.15
Hex 29 1A 35 17 33 0 4F 111 22 F
Octal 51 32 65 27 63 0 117 421 42 17
Binary 101001 11010 110101 10111 110011 0 1001111 100010001 100010 1111

Color Harmonies of #291A35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #291A35

Black with #291A35

Text Example


Text Example

White with #291A35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #291A35; }

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

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

background-color css

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

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

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

border-color css

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

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

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