#290233

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

Shades of Blackcurrant #290233

Tints of Blackcurrant #290233

Color information

#290233 (or 0x290233) is unknown color: approx Blackcurrant. HEX triplet: 29, 02 and 33. RGB value is (41,2,51). Sum of RGB (Red+Green+Blue) = 41+2+51=94 (12% of max value = 765). Red value is 41 (16.41% from 255 or 43.62% from 94); Green value is 2 (1.17% from 255 or 2.13% from 94); Blue value is 51 (20.31% from 255 or 54.26% from 94); Max value from RGB is 51 - color contains mainly: blue. Hex color #290233 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #290233 is #D6FDCC. Grayscale: #131313. Windows color (decimal): -14089677 or 3342889. OLE color: 3342889.

HSL color Cylindrical-coordinate representation of color #290233: hue angle of 287.76º degrees, saturation: 0.92, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #290233 is Cyan = 0.20, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.8.

Color convert

RGB41251-
CMYK0.200.9600.8
HSL287.76º92.45%10.39%-
HSV(B)287.76º96.08%20%-
XYZ1.530.753.2-
YUV19.25145.92143.52-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 43.62%
GREEN value IS 2 (1.17% from 255) = 2.13%
BLUE value IS 51 (20.31% from 255) = 54.26%
R=43.62%
G=2.13%
B=54.26%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal412510.200.9600.8287.7692.4510.39
Hex2923314600501205ca
Octal5126324140012044013412
Binary101001101100111010011000000101000010010000010111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #290233

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #290233; }

 p { color: rgb(41,2,51); }

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

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

 a { background-color: rgb(41,2,51); }

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

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

 span { border-color: rgb(41,2,51); }

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