#290C3D

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

Shades of Blackcurrant #290C3D

Tints of Blackcurrant #290C3D

Color information

#290C3D (or 0x290C3D) is unknown color: approx Blackcurrant. HEX triplet: 29, 0C and 3D. RGB value is (41,12,61). Sum of RGB (Red+Green+Blue) = 41+12+61=114 (15% of max value = 765). Red value is 41 (16.41% from 255 or 35.96% from 114); Green value is 12 (5.08% from 255 or 10.53% from 114); Blue value is 61 (24.22% from 255 or 53.51% from 114); Max value from RGB is 61 - color contains mainly: blue. Hex color #290C3D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #290C3D is #D6F3C2. Grayscale: #1A1A1A. Windows color (decimal): -14087107 or 4000809. OLE color: 4000809.

HSL color Cylindrical-coordinate representation of color #290C3D: hue angle of 275.51º degrees, saturation: 0.67, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #290C3D is Cyan = 0.33, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB411261-
CMYK0.330.8000.76
HSL275.51º67.12%14.31%-
HSV(B)275.51º80.33%23.92%-
XYZ1.891.074.52-
YUV26.26147.61138.52-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 35.96%
GREEN value IS 12 (5.08% from 255) = 10.53%
BLUE value IS 61 (24.22% from 255) = 53.51%
R=35.96%
G=10.53%
B=53.51%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal4112610.330.8000.76275.5167.1214.31
Hex29C3D215004C11443e
Octal51147541120011442410316
Binary101001110011110110000110100000100110010001010010000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #290C3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,12,61); }

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

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

 a { background-color: rgb(41,12,61); }

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

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

 span { border-color: rgb(41,12,61); }

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