#300538

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

Shades of Blackcurrant #300538

Tints of Blackcurrant #300538

Color information

#300538 (or 0x300538) is unknown color: approx Blackcurrant. HEX triplet: 30, 05 and 38. RGB value is (48,5,56). Sum of RGB (Red+Green+Blue) = 48+5+56=109 (14% of max value = 765). Red value is 48 (19.14% from 255 or 44.04% from 109); Green value is 5 (2.34% from 255 or 4.59% from 109); Blue value is 56 (22.27% from 255 or 51.38% from 109); Max value from RGB is 56 - color contains mainly: blue. Hex color #300538 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #300538 is #CFFAC7. Grayscale: #171717. Windows color (decimal): -13630152 or 3671344. OLE color: 3671344.

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

Color convert

RGB48556-
CMYK0.140.9100.78
HSL290.59º83.61%11.96%-
HSV(B)290.59º91.07%21.96%-
XYZ1.991.023.83-
YUV23.67146.25145.35-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 44.04%
GREEN value IS 5 (2.34% from 255) = 4.59%
BLUE value IS 56 (22.27% from 255) = 51.38%
R=44.04%
G=4.59%
B=51.38%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal485560.140.9100.78290.5983.6111.96
Hex30538E5B04E12354c
Octal6057016133011644312414
Binary110000101111000111010110110100111010010001110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300538

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #300538; }

 p { color: rgb(48,5,56); }

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

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

 a { background-color: rgb(48,5,56); }

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

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

 span { border-color: rgb(48,5,56); }

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