Html Css Color HEX #291230 Blackcurrant

📋 copy color: '#291230'

red 41 ◦ green 18 ◦ blue 48

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

Shades of Blackcurrant #291230

Tints of Blackcurrant #291230

RGB

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

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

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

R = 38.32%
G = 16.82%
B = 44.86%

CMYK

 C value IS 0.15

 M value IS 0.63

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#291230 (or 0x291230) is known color: Blackcurrant. HEX triplet: 29, 12 and 30. RGB value is (41,18,48). Sum of RGB (Red+Green+Blue) = 41+18+48=107 (14% of max value = 765). Red value is 41 (16.41% from 255 or 38.32% from 107); Green value is 18 (7.42% from 255 or 16.82% from 107); Blue value is 48 (19.14% from 255 or 44.86% from 107); Max value from RGB is 48 - color contains mainly: blue. Hex color #291230 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #291230 is #D6EDCF. Grayscale: #1C1C1C. Windows color (decimal): -14085584 or 3150377. OLE color: 3150377.

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

Color convert

RGB 41 18 48 -
CMYK 0.15 0.63 0 0.81
HSL 286º 0.45% 0.13% -
HSV(B) 286º 0.63% 0.19% -
XYZ 1.66 1.12 2.92 -
YUV 28.3 139.12 137.06 -
System Red Green Blue C M Y K H S L
Decimal 41 18 48 0.15 0.63 0 0.81 286 0.45 0.13
Hex 29 12 30 F 3F 0 51 11E 2D D
Octal 51 22 60 17 77 0 121 436 55 15
Binary 101001 10010 110000 1111 111111 0 1010001 100011110 101101 1101

Color Harmonies of #291230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #291230

Black with #291230

Text Example


Text Example

White with #291230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #291230; }

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

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

background-color css

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

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

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

border-color css

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

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

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