#300439

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

Shades of Blackcurrant #300439

Tints of Blackcurrant #300439

Color information

#300439 (or 0x300439) is unknown color: approx Blackcurrant. HEX triplet: 30, 04 and 39. RGB value is (48,4,57). Sum of RGB (Red+Green+Blue) = 48+4+57=109 (14% of max value = 765). Red value is 48 (19.14% from 255 or 44.04% from 109); Green value is 4 (1.95% from 255 or 3.67% from 109); Blue value is 57 (22.66% from 255 or 52.29% from 109); Max value from RGB is 57 - color contains mainly: blue. Hex color #300439 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #300439 is #CFFBC6. Grayscale: #171717. Windows color (decimal): -13630407 or 3736624. OLE color: 3736624.

HSL color Cylindrical-coordinate representation of color #300439: hue angle of 289.81º degrees, saturation: 0.87, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #300439 is Cyan = 0.16, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB48457-
CMYK0.160.9300.78
HSL289.81º86.89%11.96%-
HSV(B)289.81º92.98%22.35%-
XYZ21.013.96-
YUV23.2147.08145.69-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 44.04%
GREEN value IS 4 (1.95% from 255) = 3.67%
BLUE value IS 57 (22.66% from 255) = 52.29%
R=44.04%
G=3.67%
B=52.29%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal484570.160.9300.78289.8186.8911.96
Hex30439105D04E12257c
Octal6047120135011644212714
Binary1100001001110011000010111010100111010010001010101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300439

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #300439; }

 p { color: rgb(48,4,57); }

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

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

 a { background-color: rgb(48,4,57); }

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

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

 span { border-color: rgb(48,4,57); }

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