Html Css Color HEX #291234 Blackcurrant

📋 copy color: '#291234'

red 41 ◦ green 18 ◦ blue 52

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

Shades of Blackcurrant #291234

Tints of Blackcurrant #291234

RGB

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

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

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

R = 36.94%
G = 16.22%
B = 46.85%

CMYK

 C value IS 0.21

 M value IS 0.65

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#291234 (or 0x291234) is known color: Blackcurrant. HEX triplet: 29, 12 and 34. RGB value is (41,18,52). Sum of RGB (Red+Green+Blue) = 41+18+52=111 (14% of max value = 765). Red value is 41 (16.41% from 255 or 36.94% from 111); Green value is 18 (7.42% from 255 or 16.22% from 111); Blue value is 52 (20.70% from 255 or 46.85% from 111); Max value from RGB is 52 - color contains mainly: blue. Hex color #291234 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #291234 is #D6EDCB. Grayscale: #1C1C1C. Windows color (decimal): -14085580 or 3412521. OLE color: 3412521.

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

Color convert

RGB 41 18 52 -
CMYK 0.21 0.65 0 0.80
HSL 280.59º 0.49% 0.14% -
HSV(B) 280.59º 0.65% 0.2% -
XYZ 1.75 1.15 3.38 -
YUV 28.75 141.12 136.74 -
System Red Green Blue C M Y K H S L
Decimal 41 18 52 0.21 0.65 0 0.80 280.59 0.49 0.14
Hex 29 12 34 15 41 0 50 119 31 E
Octal 51 22 64 25 101 0 120 431 61 16
Binary 101001 10010 110100 10101 1000001 0 1010000 100011001 110001 1110

Color Harmonies of #291234

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #291234

Black with #291234

Text Example


Text Example

White with #291234

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #291234; }

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

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

background-color css

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

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

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

border-color css

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

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

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