#290F48

Color #290F48 Blackcurrant (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blackcurrant #290F48

Tints of Blackcurrant #290F48

Color information

#290F48 (or 0x290F48) is unknown color: approx Blackcurrant. HEX triplet: 29, 0F and 48. RGB value is (41,15,72). Sum of RGB (Red+Green+Blue) = 41+15+72=128 (16% of max value = 765). Red value is 41 (16.41% from 255 or 32.03% from 128); Green value is 15 (6.25% from 255 or 11.72% from 128); Blue value is 72 (28.52% from 255 or 56.25% from 128); Max value from RGB is 72 - color contains mainly: blue. Hex color #290F48 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #290F48 is #D6F0B7. Grayscale: #1D1D1D. Windows color (decimal): -14086328 or 4722473. OLE color: 4722473.

HSL color Cylindrical-coordinate representation of color #290F48: hue angle of 267.37º degrees, saturation: 0.66, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #290F48 is Cyan = 0.43, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB411572-
CMYK0.430.7900.72
HSL267.37º65.52%17.06%-
HSV(B)267.37º79.17%28.24%-
XYZ2.251.286.26-
YUV29.27152.11136.37-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 32.03%
GREEN value IS 15 (6.25% from 255) = 11.72%
BLUE value IS 72 (28.52% from 255) = 56.25%
R=32.03%
G=11.72%
B=56.25%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal4115720.430.7900.72267.3765.5217.06
Hex29F482B4F04810b4211
Octal511711053117011041310221
Binary10100111111001000101011100111101001000100001011100001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #290F48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #290F48; }

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

 H1.HeaderClassName
 {
   color: #290F48;
 }
 .AnyTagClassName
 {
   color: #290F48;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #290F48;
 }
 .BgClassName
 {
   background-color: #290F48;
 }
</style>
border-color css

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

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

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