#290930

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

Shades of Blackcurrant #290930

Tints of Blackcurrant #290930

Color information

#290930 (or 0x290930) is unknown color: approx Blackcurrant. HEX triplet: 29, 09 and 30. RGB value is (41,9,48). Sum of RGB (Red+Green+Blue) = 41+9+48=98 (12% of max value = 765). Red value is 41 (16.41% from 255 or 41.84% from 98); Green value is 9 (3.91% from 255 or 9.18% from 98); Blue value is 48 (19.14% from 255 or 48.98% from 98); Max value from RGB is 48 - color contains mainly: blue. Hex color #290930 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #290930 is #D6F6CF. Grayscale: #161616. Windows color (decimal): -14087888 or 3148073. OLE color: 3148073.

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

Color convert

RGB41948-
CMYK0.150.8100.81
HSL289.23º68.42%11.18%-
HSV(B)289.23º81.25%18.82%-
XYZ1.550.882.88-
YUV23.01142.1140.83-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 41.84%
GREEN value IS 9 (3.91% from 255) = 9.18%
BLUE value IS 48 (19.14% from 255) = 48.98%
R=41.84%
G=9.18%
B=48.98%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal419480.150.8100.81289.2368.4211.18
Hex29930F5105112144b
Octal51116017121012144110413
Binary1010011001110000111110100010101000110010000110001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #290930

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #290930; }

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

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

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

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

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

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

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

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