#290C38

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

Shades of Blackcurrant #290C38

Tints of Blackcurrant #290C38

Color information

#290C38 (or 0x290C38) is unknown color: approx Blackcurrant. HEX triplet: 29, 0C and 38. RGB value is (41,12,56). Sum of RGB (Red+Green+Blue) = 41+12+56=109 (14% of max value = 765). Red value is 41 (16.41% from 255 or 37.61% from 109); Green value is 12 (5.08% from 255 or 11.01% from 109); Blue value is 56 (22.27% from 255 or 51.38% from 109); Max value from RGB is 56 - color contains mainly: blue. Hex color #290C38 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #290C38 is #D6F3C7. Grayscale: #191919. Windows color (decimal): -14087112 or 3673129. OLE color: 3673129.

HSL color Cylindrical-coordinate representation of color #290C38: hue angle of 279.55º degrees, saturation: 0.65, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #290C38 is Cyan = 0.27, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB411256-
CMYK0.270.7900.78
HSL279.55º64.71%13.33%-
HSV(B)279.55º78.57%21.96%-
XYZ1.761.023.85-
YUV25.69145.11138.92-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 37.61%
GREEN value IS 12 (5.08% from 255) = 11.01%
BLUE value IS 56 (22.27% from 255) = 51.38%
R=37.61%
G=11.01%
B=51.38%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal4112560.270.7900.78279.5564.7113.33
Hex29C381B4F04E11841d
Octal51147033117011643010115
Binary10100111001110001101110011110100111010001100010000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #290C38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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