#300F3C

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

Shades of Blackcurrant #300F3C

Tints of Blackcurrant #300F3C

Color information

#300F3C (or 0x300F3C) is unknown color: approx Blackcurrant. HEX triplet: 30, 0F and 3C. RGB value is (48,15,60). Sum of RGB (Red+Green+Blue) = 48+15+60=123 (16% of max value = 765). Red value is 48 (19.14% from 255 or 39.02% from 123); Green value is 15 (6.25% from 255 or 12.20% from 123); Blue value is 60 (23.83% from 255 or 48.78% from 123); Max value from RGB is 60 - color contains mainly: blue. Hex color #300F3C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #300F3C is #CFF0C3. Grayscale: #1D1D1D. Windows color (decimal): -13627588 or 3936048. OLE color: 3936048.

HSL color Cylindrical-coordinate representation of color #300F3C: hue angle of 284º degrees, saturation: 0.6, 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 #300F3C is Cyan = 0.20, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB481560-
CMYK0.200.7500.76
HSL284º60%14.71%-
HSV(B)284º75%23.53%-
XYZ2.211.34.41-
YUV30144.93140.84-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 39.02%
GREEN value IS 15 (6.25% from 255) = 12.20%
BLUE value IS 60 (23.83% from 255) = 48.78%
R=39.02%
G=12.20%
B=48.78%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal4815600.200.7500.762846014.71
Hex30F3C144B04C11c3cf
Octal6017742411301144347417
Binary1100001111111100101001001011010011001000111001111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300F3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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