#302041

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

Shades of Blackcurrant #302041

Tints of Blackcurrant #302041

Color information

#302041 (or 0x302041) is unknown color: approx Blackcurrant. HEX triplet: 30, 20 and 41. RGB value is (48,32,65). Sum of RGB (Red+Green+Blue) = 48+32+65=145 (19% of max value = 765). Red value is 48 (19.14% from 255 or 33.10% from 145); Green value is 32 (12.89% from 255 or 22.07% from 145); Blue value is 65 (25.78% from 255 or 44.83% from 145); Max value from RGB is 65 - color contains mainly: blue. Hex color #302041 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #302041 is #CFDFBE. Grayscale: #282828. Windows color (decimal): -13623231 or 4268080. OLE color: 4268080.

HSL color Cylindrical-coordinate representation of color #302041: hue angle of 269.09º degrees, saturation: 0.34, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #302041 is Cyan = 0.26, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB483265-
CMYK0.260.5100.75
HSL269.09º34.02%19.02%-
HSV(B)269.09º50.77%25.49%-
XYZ2.692.045.25-
YUV40.55141.8133.32-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 33.10%
GREEN value IS 32 (12.89% from 255) = 22.07%
BLUE value IS 65 (25.78% from 255) = 44.83%
R=33.10%
G=22.07%
B=44.83%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4832650.260.5100.75269.0934.0219.02
Hex3020411A3304B10d2213
Octal6040101326301134154223
Binary1100001000001000001110101100110100101110000110110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302041

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #302041; }

 p { color: rgb(48,32,65); }

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

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

 a { background-color: rgb(48,32,65); }

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

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

 span { border-color: rgb(48,32,65); }

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