#290330

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

Shades of Blackcurrant #290330

Tints of Blackcurrant #290330

Color information

#290330 (or 0x290330) is unknown color: approx Blackcurrant. HEX triplet: 29, 03 and 30. RGB value is (41,3,48). Sum of RGB (Red+Green+Blue) = 41+3+48=92 (12% of max value = 765). Red value is 41 (16.41% from 255 or 44.57% from 92); Green value is 3 (1.56% from 255 or 3.26% from 92); Blue value is 48 (19.14% from 255 or 52.17% from 92); Max value from RGB is 48 - color contains mainly: blue. Hex color #290330 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #290330 is #D6FCCF. Grayscale: #131313. Windows color (decimal): -14089424 or 3146537. OLE color: 3146537.

HSL color Cylindrical-coordinate representation of color #290330: hue angle of 290.67º degrees, saturation: 0.88, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #290330 is Cyan = 0.15, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB41348-
CMYK0.150.9400.81
HSL290.67º88.24%10%-
HSV(B)290.67º93.75%18.82%-
XYZ1.480.752.86-
YUV19.49144.09143.34-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 44.57%
GREEN value IS 3 (1.56% from 255) = 3.26%
BLUE value IS 48 (19.14% from 255) = 52.17%
R=44.57%
G=3.26%
B=52.17%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal413480.150.9400.81290.6788.2410
Hex29330F5E05112358a
Octal5136017136012144313012
Binary10100111110000111110111100101000110010001110110001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #290330

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #290330; }

 p { color: rgb(41,3,48); }

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

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

 a { background-color: rgb(41,3,48); }

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

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

 span { border-color: rgb(41,3,48); }

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