#290F2F

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

Shades of Blackcurrant #290F2F

Tints of Blackcurrant #290F2F

Color information

#290F2F (or 0x290F2F) is unknown color: approx Blackcurrant. HEX triplet: 29, 0F and 2F. RGB value is (41,15,47). Sum of RGB (Red+Green+Blue) = 41+15+47=103 (13% of max value = 765). Red value is 41 (16.41% from 255 or 39.81% from 103); Green value is 15 (6.25% from 255 or 14.56% from 103); Blue value is 47 (18.75% from 255 or 45.63% from 103); Max value from RGB is 47 - color contains mainly: blue. Hex color #290F2F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #290F2F is #D6F0D0. Grayscale: #1A1A1A. Windows color (decimal): -14086353 or 3084073. OLE color: 3084073.

HSL color Cylindrical-coordinate representation of color #290F2F: hue angle of 288.75º degrees, saturation: 0.52, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #290F2F is Cyan = 0.13, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB411547-
CMYK0.130.6800.82
HSL288.75º51.61%12.16%-
HSV(B)288.75º68.09%18.43%-
XYZ1.61.022.8-
YUV26.42139.61138.4-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 39.81%
GREEN value IS 15 (6.25% from 255) = 14.56%
BLUE value IS 47 (18.75% from 255) = 45.63%
R=39.81%
G=14.56%
B=45.63%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal4115470.130.6800.82288.7551.6112.16
Hex29F2FD4405212134c
Octal5117571510401224416414
Binary101001111110111111011000100010100101001000011101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #290F2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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