#300E38

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

Shades of Blackcurrant #300E38

Tints of Blackcurrant #300E38

Color information

#300E38 (or 0x300E38) is unknown color: approx Blackcurrant. HEX triplet: 30, 0E and 38. RGB value is (48,14,56). Sum of RGB (Red+Green+Blue) = 48+14+56=118 (15% of max value = 765). Red value is 48 (19.14% from 255 or 40.68% from 118); Green value is 14 (5.86% from 255 or 11.86% from 118); Blue value is 56 (22.27% from 255 or 47.46% from 118); Max value from RGB is 56 - color contains mainly: blue. Hex color #300E38 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #300E38 is #CFF1C7. Grayscale: #1C1C1C. Windows color (decimal): -13627848 or 3673648. OLE color: 3673648.

HSL color Cylindrical-coordinate representation of color #300E38: hue angle of 288.57º degrees, saturation: 0.6, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #300E38 is Cyan = 0.14, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB481456-
CMYK0.140.7500.78
HSL288.57º60%13.73%-
HSV(B)288.57º75%21.96%-
XYZ2.091.233.87-
YUV28.95143.26141.58-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 40.68%
GREEN value IS 14 (5.86% from 255) = 11.86%
BLUE value IS 56 (22.27% from 255) = 47.46%
R=40.68%
G=11.86%
B=47.46%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal4814560.140.7500.78288.576013.73
Hex30E38E4B04E1213ce
Octal6016701611301164417416
Binary110000111011100011101001011010011101001000011111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300E38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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