#300D46

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

Shades of Blackcurrant #300D46

Tints of Blackcurrant #300D46

Color information

#300D46 (or 0x300D46) is unknown color: approx Blackcurrant. HEX triplet: 30, 0D and 46. RGB value is (48,13,70). Sum of RGB (Red+Green+Blue) = 48+13+70=131 (17% of max value = 765). Red value is 48 (19.14% from 255 or 36.64% from 131); Green value is 13 (5.47% from 255 or 9.92% from 131); Blue value is 70 (27.73% from 255 or 53.44% from 131); Max value from RGB is 70 - color contains mainly: blue. Hex color #300D46 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #300D46 is #CFF2B9. Grayscale: #1D1D1D. Windows color (decimal): -13628090 or 4590896. OLE color: 4590896.

HSL color Cylindrical-coordinate representation of color #300D46: hue angle of 276.84º degrees, saturation: 0.69, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #300D46 is Cyan = 0.31, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB481370-
CMYK0.310.8100.73
HSL276.84º68.67%16.27%-
HSV(B)276.84º81.43%27.45%-
XYZ2.471.365.93-
YUV29.96150.6140.87-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 36.64%
GREEN value IS 13 (5.47% from 255) = 9.92%
BLUE value IS 70 (27.73% from 255) = 53.44%
R=36.64%
G=9.92%
B=53.44%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4813700.310.8100.73276.8468.6716.27
Hex30D461F510491154510
Octal601510637121011142510520
Binary1100001101100011011111101000101001001100010101100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300D46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #300D46; }

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

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

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

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

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

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

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

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