#300F3D

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

Shades of Blackcurrant #300F3D

Tints of Blackcurrant #300F3D

Color information

#300F3D (or 0x300F3D) is unknown color: approx Blackcurrant. HEX triplet: 30, 0F and 3D. RGB value is (48,15,61). Sum of RGB (Red+Green+Blue) = 48+15+61=124 (16% of max value = 765). Red value is 48 (19.14% from 255 or 38.71% from 124); Green value is 15 (6.25% from 255 or 12.10% from 124); Blue value is 61 (24.22% from 255 or 49.19% from 124); Max value from RGB is 61 - color contains mainly: blue. Hex color #300F3D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #300F3D is #CFF0C2. Grayscale: #1D1D1D. Windows color (decimal): -13627587 or 4001584. OLE color: 4001584.

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

Color convert

RGB481561-
CMYK0.210.7500.76
HSL283.04º60.53%14.9%-
HSV(B)283.04º75.41%23.92%-
XYZ2.231.314.55-
YUV30.11145.43140.76-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 38.71%
GREEN value IS 15 (6.25% from 255) = 12.10%
BLUE value IS 61 (24.22% from 255) = 49.19%
R=38.71%
G=12.10%
B=49.19%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal4815610.210.7500.76283.0460.5314.9
Hex30F3D154B04C11b3df
Octal6017752511301144337517
Binary1100001111111101101011001011010011001000110111111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300F3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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