#300752

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

Shades of Blackcurrant #300752

Tints of Blackcurrant #300752

Color information

#300752 (or 0x300752) is unknown color: approx Blackcurrant. HEX triplet: 30, 07 and 52. RGB value is (48,7,82). Sum of RGB (Red+Green+Blue) = 48+7+82=137 (18% of max value = 765). Red value is 48 (19.14% from 255 or 35.04% from 137); Green value is 7 (3.12% from 255 or 5.11% from 137); Blue value is 82 (32.42% from 255 or 59.85% from 137); Max value from RGB is 82 - color contains mainly: blue. Hex color #300752 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #300752 is #CFF8AD. Grayscale: #1B1B1B. Windows color (decimal): -13629614 or 5375792. OLE color: 5375792.

HSL color Cylindrical-coordinate representation of color #300752: hue angle of 272.8º degrees, saturation: 0.84, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #300752 is Cyan = 0.41, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB48782-
CMYK0.410.9100.68
HSL272.8º84.27%17.45%-
HSV(B)272.8º91.46%32.16%-
XYZ2.821.398.1-
YUV27.81158.58142.4-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 35.04%
GREEN value IS 7 (3.12% from 255) = 5.11%
BLUE value IS 82 (32.42% from 255) = 59.85%
R=35.04%
G=5.11%
B=59.85%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal487820.410.9100.68272.884.2717.45
Hex30752295B0441115411
Octal60712251133010442112421
Binary1100001111010010101001101101101000100100010001101010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300752

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #300752; }

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

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

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

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

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

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

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

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