Html Css Color HEX #291238 Blackcurrant

📋 copy color: '#291238'

red 41 ◦ green 18 ◦ blue 56

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

Shades of Blackcurrant #291238

Tints of Blackcurrant #291238

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 48.7%

R = 35.65%
G = 15.65%
B = 48.7%

CMYK

 C value IS 0.27

 M value IS 0.68

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#291238 (or 0x291238) is known color: Blackcurrant. HEX triplet: 29, 12 and 38. RGB value is (41,18,56). Sum of RGB (Red+Green+Blue) = 41+18+56=115 (15% of max value = 765). Red value is 41 (16.41% from 255 or 35.65% from 115); Green value is 18 (7.42% from 255 or 15.65% from 115); Blue value is 56 (22.27% from 255 or 48.70% from 115); Max value from RGB is 56 - color contains mainly: blue. Hex color #291238 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #291238 is #D6EDC7. Grayscale: #1D1D1D. Windows color (decimal): -14085576 or 3674665. OLE color: 3674665.

HSL color Cylindrical-coordinate representation of color #291238: hue angle of 276.32º degrees, saturation: 0.51, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #291238 is Cyan = 0.27, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 41 18 56 -
CMYK 0.27 0.68 0 0.78
HSL 276.32º 0.51% 0.15% -
HSV(B) 276.32º 0.68% 0.22% -
XYZ 1.84 1.19 3.87 -
YUV 29.21 143.12 136.41 -
System Red Green Blue C M Y K H S L
Decimal 41 18 56 0.27 0.68 0 0.78 276.32 0.51 0.15
Hex 29 12 38 1B 44 0 4E 114 33 F
Octal 51 22 70 33 104 0 116 424 63 17
Binary 101001 10010 111000 11011 1000100 0 1001110 100010100 110011 1111

Color Harmonies of #291238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #291238

Black with #291238

Text Example


Text Example

White with #291238

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #291238; }

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

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

background-color css

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

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

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

border-color css

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

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

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