Html Css Color HEX #291330 Blackcurrant

📋 copy color: '#291330'

red 41 ◦ green 19 ◦ blue 48

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

Shades of Blackcurrant #291330

Tints of Blackcurrant #291330

RGB

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

 GREEN value IS 19 (7.81% from 255) = 17.59%

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

R = 37.96%
G = 17.59%
B = 44.44%

CMYK

 C value IS 0.15

 M value IS 0.60

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#291330 (or 0x291330) is known color: Blackcurrant. HEX triplet: 29, 13 and 30. RGB value is (41,19,48). Sum of RGB (Red+Green+Blue) = 41+19+48=108 (14% of max value = 765). Red value is 41 (16.41% from 255 or 37.96% from 108); Green value is 19 (7.81% from 255 or 17.59% from 108); Blue value is 48 (19.14% from 255 or 44.44% from 108); Max value from RGB is 48 - color contains mainly: blue. Hex color #291330 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #291330 is #D6ECCF. Grayscale: #1C1C1C. Windows color (decimal): -14085328 or 3150633. OLE color: 3150633.

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

Color convert

RGB 41 19 48 -
CMYK 0.15 0.60 0 0.81
HSL 285.52º 0.43% 0.13% -
HSV(B) 285.52º 0.6% 0.19% -
XYZ 1.68 1.15 2.93 -
YUV 28.88 138.79 136.64 -
System Red Green Blue C M Y K H S L
Decimal 41 19 48 0.15 0.60 0 0.81 285.52 0.43 0.13
Hex 29 13 30 F 3C 0 51 11E 2B D
Octal 51 23 60 17 74 0 121 436 53 15
Binary 101001 10011 110000 1111 111100 0 1010001 100011110 101011 1101

Color Harmonies of #291330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #291330

Black with #291330

Text Example


Text Example

White with #291330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #291330; }

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

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

background-color css

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

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

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

border-color css

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

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

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