Html Css Color HEX #291235 Blackcurrant

📋 copy color: '#291235'

red 41 ◦ green 18 ◦ blue 53

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

Shades of Blackcurrant #291235

Tints of Blackcurrant #291235

RGB

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

 GREEN value IS 18 (7.42% from 255) = 16.07%

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

R = 36.61%
G = 16.07%
B = 47.32%

CMYK

 C value IS 0.23

 M value IS 0.66

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#291235 (or 0x291235) is known color: Blackcurrant. HEX triplet: 29, 12 and 35. RGB value is (41,18,53). Sum of RGB (Red+Green+Blue) = 41+18+53=112 (14% of max value = 765). Red value is 41 (16.41% from 255 or 36.61% from 112); Green value is 18 (7.42% from 255 or 16.07% from 112); Blue value is 53 (21.09% from 255 or 47.32% from 112); Max value from RGB is 53 - color contains mainly: blue. Hex color #291235 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #291235 is #D6EDCA. Grayscale: #1C1C1C. Windows color (decimal): -14085579 or 3478057. OLE color: 3478057.

HSL color Cylindrical-coordinate representation of color #291235: hue angle of 279.43º degrees, saturation: 0.49, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #291235 is Cyan = 0.23, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB 41 18 53 -
CMYK 0.23 0.66 0 0.79
HSL 279.43º 0.49% 0.14% -
HSV(B) 279.43º 0.66% 0.21% -
XYZ 1.77 1.16 3.5 -
YUV 28.87 141.62 136.65 -
System Red Green Blue C M Y K H S L
Decimal 41 18 53 0.23 0.66 0 0.79 279.43 0.49 0.14
Hex 29 12 35 17 42 0 4F 117 31 E
Octal 51 22 65 27 102 0 117 427 61 16
Binary 101001 10010 110101 10111 1000010 0 1001111 100010111 110001 1110

Color Harmonies of #291235

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #291235

Black with #291235

Text Example


Text Example

White with #291235

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #291235; }

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

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

background-color css

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

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

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

border-color css

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

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

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