#300E45

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

Shades of Blackcurrant #300E45

Tints of Blackcurrant #300E45

Color information

#300E45 (or 0x300E45) is unknown color: approx Blackcurrant. HEX triplet: 30, 0E and 45. RGB value is (48,14,69). Sum of RGB (Red+Green+Blue) = 48+14+69=131 (17% of max value = 765). Red value is 48 (19.14% from 255 or 36.64% from 131); Green value is 14 (5.86% from 255 or 10.69% from 131); Blue value is 69 (27.34% from 255 or 52.67% from 131); Max value from RGB is 69 - color contains mainly: blue. Hex color #300E45 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #300E45 is #CFF1BA. Grayscale: #1E1E1E. Windows color (decimal): -13627835 or 4525616. OLE color: 4525616.

HSL color Cylindrical-coordinate representation of color #300E45: hue angle of 277.09º degrees, saturation: 0.66, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #300E45 is Cyan = 0.30, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB481469-
CMYK0.300.8000.73
HSL277.09º66.27%16.27%-
HSV(B)277.09º79.71%27.06%-
XYZ2.451.375.77-
YUV30.44149.76140.53-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 36.64%
GREEN value IS 14 (5.86% from 255) = 10.69%
BLUE value IS 69 (27.34% from 255) = 52.67%
R=36.64%
G=10.69%
B=52.67%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4814690.300.8000.73277.0966.2716.27
Hex30E451E500491154210
Octal601610536120011142510220
Binary1100001110100010111110101000001001001100010101100001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300E45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,14,69); }

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

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

 a { background-color: rgb(48,14,69); }

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

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

 span { border-color: rgb(48,14,69); }

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