Html Css Color HEX #290148 Blackcurrant

📋 copy color: '#290148'

red 41 ◦ green 1 ◦ blue 72

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

Shades of Blackcurrant #290148

Tints of Blackcurrant #290148

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.88%

 BLUE value IS 72 (28.52% from 255) = 63.16%

R = 35.96%
G = 0.88%
B = 63.16%

CMYK

 C value IS 0.43

 M value IS 0.99

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#290148 (or 0x290148) is known color: Blackcurrant. HEX triplet: 29, 01 and 48. RGB value is (41,1,72). Sum of RGB (Red+Green+Blue) = 41+1+72=114 (15% of max value = 765). Red value is 41 (16.41% from 255 or 35.96% from 114); Green value is 1 (0.78% from 255 or 0.88% from 114); Blue value is 72 (28.52% from 255 or 63.16% from 114); Max value from RGB is 72 - color contains mainly: blue. Hex color #290148 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #290148 is #D6FEB7. Grayscale: #141414. Windows color (decimal): -14089912 or 4718889. OLE color: 4718889.

HSL color Cylindrical-coordinate representation of color #290148: hue angle of 273.8º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #290148 is Cyan = 0.43, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 41 1 72 -
CMYK 0.43 0.99 0 0.72
HSL 273.8º 0.97% 0.14% -
HSV(B) 273.8º 0.99% 0.28% -
XYZ 2.1 0.96 6.21 -
YUV 21.05 156.75 142.23 -
System Red Green Blue C M Y K H S L
Decimal 41 1 72 0.43 0.99 0 0.72 273.8 0.97 0.14
Hex 29 1 48 2B 63 0 48 112 61 E
Octal 51 1 110 53 143 0 110 422 141 16
Binary 101001 1 1001000 101011 1100011 0 1001000 100010010 1100001 1110

Color Harmonies of #290148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #290148

Black with #290148

Text Example


Text Example

White with #290148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #290148; }

 p { color: rgb(41,1,72); }

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

background-color css

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

 a { background-color: rgb(41,1,72); }

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

border-color css

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

 span { border-color: rgb(41,1,72); }

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