#300E3D

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

Shades of Blackcurrant #300E3D

Tints of Blackcurrant #300E3D

Color information

#300E3D (or 0x300E3D) is unknown color: approx Blackcurrant. HEX triplet: 30, 0E and 3D. RGB value is (48,14,61). Sum of RGB (Red+Green+Blue) = 48+14+61=123 (16% of max value = 765). Red value is 48 (19.14% from 255 or 39.02% from 123); Green value is 14 (5.86% from 255 or 11.38% from 123); Blue value is 61 (24.22% from 255 or 49.59% from 123); Max value from RGB is 61 - color contains mainly: blue. Hex color #300E3D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #300E3D is #CFF1C2. Grayscale: #1D1D1D. Windows color (decimal): -13627843 or 4001328. OLE color: 4001328.

HSL color Cylindrical-coordinate representation of color #300E3D: hue angle of 283.4º degrees, saturation: 0.63, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #300E3D is Cyan = 0.21, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB481461-
CMYK0.210.7700.76
HSL283.4º62.67%14.71%-
HSV(B)283.4º77.05%23.92%-
XYZ2.221.284.54-
YUV29.52145.76141.18-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 39.02%
GREEN value IS 14 (5.86% from 255) = 11.38%
BLUE value IS 61 (24.22% from 255) = 49.59%
R=39.02%
G=11.38%
B=49.59%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal4814610.210.7700.76283.462.6714.71
Hex30E3D154D04C11b3ff
Octal6016752511501144337717
Binary1100001110111101101011001101010011001000110111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300E3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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