#300646

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

Shades of Blackcurrant #300646

Tints of Blackcurrant #300646

Color information

#300646 (or 0x300646) is unknown color: approx Blackcurrant. HEX triplet: 30, 06 and 46. RGB value is (48,6,70). Sum of RGB (Red+Green+Blue) = 48+6+70=124 (16% of max value = 765). Red value is 48 (19.14% from 255 or 38.71% from 124); Green value is 6 (2.73% from 255 or 4.84% from 124); Blue value is 70 (27.73% from 255 or 56.45% from 124); Max value from RGB is 70 - color contains mainly: blue. Hex color #300646 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #300646 is #CFF9B9. Grayscale: #191919. Windows color (decimal): -13629882 or 4589104. OLE color: 4589104.

HSL color Cylindrical-coordinate representation of color #300646: hue angle of 279.38º degrees, saturation: 0.84, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #300646 is Cyan = 0.31, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB48670-
CMYK0.310.9100.73
HSL279.38º84.21%14.9%-
HSV(B)279.38º91.43%27.45%-
XYZ2.391.25.9-
YUV25.85152.91143.8-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 38.71%
GREEN value IS 6 (2.73% from 255) = 4.84%
BLUE value IS 70 (27.73% from 255) = 56.45%
R=38.71%
G=4.84%
B=56.45%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal486700.310.9100.73279.3884.2114.9
Hex306461F5B04911754f
Octal60610637133011142712417
Binary11000011010001101111110110110100100110001011110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300646

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #300646; }

 p { color: rgb(48,6,70); }

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

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

 a { background-color: rgb(48,6,70); }

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

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

 span { border-color: rgb(48,6,70); }

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