Html Css Color HEX #291033 Blackcurrant

📋 copy color: '#291033'

red 41 ◦ green 16 ◦ blue 51

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

Shades of Blackcurrant #291033

Tints of Blackcurrant #291033

RGB

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

 GREEN value IS 16 (6.64% from 255) = 14.81%

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

R = 37.96%
G = 14.81%
B = 47.22%

CMYK

 C value IS 0.20

 M value IS 0.69

 Y value IS 0

 K value IS 0.8

RGB Variations

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

Color information

#291033 (or 0x291033) is known color: Blackcurrant. HEX triplet: 29, 10 and 33. RGB value is (41,16,51). Sum of RGB (Red+Green+Blue) = 41+16+51=108 (14% of max value = 765). Red value is 41 (16.41% from 255 or 37.96% from 108); Green value is 16 (6.64% from 255 or 14.81% from 108); Blue value is 51 (20.31% from 255 or 47.22% from 108); Max value from RGB is 51 - color contains mainly: blue. Hex color #291033 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #291033 is #D6EFCC. Grayscale: #1B1B1B. Windows color (decimal): -14086093 or 3346473. OLE color: 3346473.

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

Color convert

RGB 41 16 51 -
CMYK 0.20 0.69 0 0.8
HSL 282.86º 0.52% 0.13% -
HSV(B) 282.86º 0.69% 0.2% -
XYZ 1.7 1.08 3.25 -
YUV 27.47 141.28 137.65 -
System Red Green Blue C M Y K H S L
Decimal 41 16 51 0.20 0.69 0 0.8 282.86 0.52 0.13
Hex 29 10 33 14 45 0 50 11B 34 D
Octal 51 20 63 24 105 0 120 433 64 15
Binary 101001 10000 110011 10100 1000101 0 1010000 100011011 110100 1101

Color Harmonies of #291033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #291033

Black with #291033

Text Example


Text Example

White with #291033

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #291033; }

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

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

background-color css

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

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

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

border-color css

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

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

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