#290F3C

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

Shades of Blackcurrant #290F3C

Tints of Blackcurrant #290F3C

Color information

#290F3C (or 0x290F3C) is unknown color: approx Blackcurrant. HEX triplet: 29, 0F and 3C. RGB value is (41,15,60). Sum of RGB (Red+Green+Blue) = 41+15+60=116 (15% of max value = 765). Red value is 41 (16.41% from 255 or 35.34% from 116); Green value is 15 (6.25% from 255 or 12.93% from 116); Blue value is 60 (23.83% from 255 or 51.72% from 116); Max value from RGB is 60 - color contains mainly: blue. Hex color #290F3C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #290F3C is #D6F0C3. Grayscale: #1B1B1B. Windows color (decimal): -14086340 or 3936041. OLE color: 3936041.

HSL color Cylindrical-coordinate representation of color #290F3C: hue angle of 274.67º degrees, saturation: 0.6, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #290F3C is Cyan = 0.32, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB411560-
CMYK0.320.7500.76
HSL274.67º60%14.71%-
HSV(B)274.67º75%23.53%-
XYZ1.91.144.39-
YUV27.9146.11137.34-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 35.34%
GREEN value IS 15 (6.25% from 255) = 12.93%
BLUE value IS 60 (23.83% from 255) = 51.72%
R=35.34%
G=12.93%
B=51.72%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal4115600.320.7500.76274.676014.71
Hex29F3C204B04C1133cf
Octal5117744011301144237417
Binary10100111111111001000001001011010011001000100111111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #290F3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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