#300748

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

Shades of Blackcurrant #300748

Tints of Blackcurrant #300748

Color information

#300748 (or 0x300748) is unknown color: approx Blackcurrant. HEX triplet: 30, 07 and 48. RGB value is (48,7,72). Sum of RGB (Red+Green+Blue) = 48+7+72=127 (16% of max value = 765). Red value is 48 (19.14% from 255 or 37.80% from 127); Green value is 7 (3.12% from 255 or 5.51% from 127); Blue value is 72 (28.52% from 255 or 56.69% from 127); Max value from RGB is 72 - color contains mainly: blue. Hex color #300748 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #300748 is #CFF8B7. Grayscale: #1A1A1A. Windows color (decimal): -13629624 or 4720432. OLE color: 4720432.

HSL color Cylindrical-coordinate representation of color #300748: hue angle of 277.85º degrees, saturation: 0.82, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #300748 is Cyan = 0.33, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB48772-
CMYK0.330.9000.72
HSL277.85º82.28%15.49%-
HSV(B)277.85º90.28%28.24%-
XYZ2.461.256.24-
YUV26.67153.58143.21-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 37.80%
GREEN value IS 7 (3.12% from 255) = 5.51%
BLUE value IS 72 (28.52% from 255) = 56.69%
R=37.80%
G=5.51%
B=56.69%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal487720.330.9000.72277.8582.2815.49
Hex30748215A04811652f
Octal60711041132011042612217
Binary110000111100100010000110110100100100010001011010100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300748

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #300748; }

 p { color: rgb(48,7,72); }

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

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

 a { background-color: rgb(48,7,72); }

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

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

 span { border-color: rgb(48,7,72); }

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