Html Css Color HEX #291C30 Blackcurrant

📋 copy color: '#291C30'

red 41 ◦ green 28 ◦ blue 48

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

Shades of Blackcurrant #291C30

Tints of Blackcurrant #291C30

RGB

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

 GREEN value IS 28 (11.33% from 255) = 23.93%

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

R = 35.04%
G = 23.93%
B = 41.03%

CMYK

 C value IS 0.15

 M value IS 0.42

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#291C30 (or 0x291C30) is known color: Blackcurrant. HEX triplet: 29, 1C and 30. RGB value is (41,28,48). Sum of RGB (Red+Green+Blue) = 41+28+48=117 (15% of max value = 765). Red value is 41 (16.41% from 255 or 35.04% from 117); Green value is 28 (11.33% from 255 or 23.93% from 117); Blue value is 48 (19.14% from 255 or 41.03% from 117); Max value from RGB is 48 - color contains mainly: blue. Hex color #291C30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #291C30 is #D6E3CF. Grayscale: #222222. Windows color (decimal): -14083024 or 3152937. OLE color: 3152937.

HSL color Cylindrical-coordinate representation of color #291C30: hue angle of 279º degrees, saturation: 0.26, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #291C30 is Cyan = 0.15, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 41 28 48 -
CMYK 0.15 0.42 0 0.81
HSL 279º 0.26% 0.15% -
HSV(B) 279º 0.42% 0.19% -
XYZ 1.86 1.52 2.99 -
YUV 34.17 135.81 132.87 -
System Red Green Blue C M Y K H S L
Decimal 41 28 48 0.15 0.42 0 0.81 279 0.26 0.15
Hex 29 1C 30 F 2A 0 51 117 1A F
Octal 51 34 60 17 52 0 121 427 32 17
Binary 101001 11100 110000 1111 101010 0 1010001 100010111 11010 1111

Color Harmonies of #291C30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #291C30

Black with #291C30

Text Example


Text Example

White with #291C30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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