Html Css Color HEX #290248 Blackcurrant

📋 copy color: '#290248'

red 41 ◦ green 2 ◦ blue 72

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

Shades of Blackcurrant #290248

Tints of Blackcurrant #290248

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.74%

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

R = 35.65%
G = 1.74%
B = 62.61%

CMYK

 C value IS 0.43

 M value IS 0.97

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#290248 (or 0x290248) is known color: Blackcurrant. HEX triplet: 29, 02 and 48. RGB value is (41,2,72). Sum of RGB (Red+Green+Blue) = 41+2+72=115 (15% of max value = 765). Red value is 41 (16.41% from 255 or 35.65% from 115); Green value is 2 (1.17% from 255 or 1.74% from 115); Blue value is 72 (28.52% from 255 or 62.61% from 115); Max value from RGB is 72 - color contains mainly: blue. Hex color #290248 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #290248 is #D6FDB7. Grayscale: #151515. Windows color (decimal): -14089656 or 4719145. OLE color: 4719145.

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

Color convert

RGB 41 2 72 -
CMYK 0.43 0.97 0 0.72
HSL 273.43º 0.95% 0.15% -
HSV(B) 273.43º 0.97% 0.28% -
XYZ 2.11 0.98 6.21 -
YUV 21.64 156.42 141.81 -
System Red Green Blue C M Y K H S L
Decimal 41 2 72 0.43 0.97 0 0.72 273.43 0.95 0.15
Hex 29 2 48 2B 61 0 48 111 5F F
Octal 51 2 110 53 141 0 110 421 137 17
Binary 101001 10 1001000 101011 1100001 0 1001000 100010001 1011111 1111

Color Harmonies of #290248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #290248

Black with #290248

Text Example


Text Example

White with #290248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #290248; }

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

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

background-color css

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

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

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

border-color css

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

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

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