#300F3A

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

Shades of Blackcurrant #300F3A

Tints of Blackcurrant #300F3A

Color information

#300F3A (or 0x300F3A) is unknown color: approx Blackcurrant. HEX triplet: 30, 0F and 3A. RGB value is (48,15,58). Sum of RGB (Red+Green+Blue) = 48+15+58=121 (16% of max value = 765). Red value is 48 (19.14% from 255 or 39.67% from 121); Green value is 15 (6.25% from 255 or 12.40% from 121); Blue value is 58 (23.05% from 255 or 47.93% from 121); Max value from RGB is 58 - color contains mainly: blue. Hex color #300F3A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #300F3A is #CFF0C5. Grayscale: #1D1D1D. Windows color (decimal): -13627590 or 3804976. OLE color: 3804976.

HSL color Cylindrical-coordinate representation of color #300F3A: hue angle of 286.05º degrees, saturation: 0.59, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #300F3A is Cyan = 0.17, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB481558-
CMYK0.170.7400.77
HSL286.05º58.9%14.31%-
HSV(B)286.05º74.14%22.75%-
XYZ2.151.284.14-
YUV29.77143.93141-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 39.67%
GREEN value IS 15 (6.25% from 255) = 12.40%
BLUE value IS 58 (23.05% from 255) = 47.93%
R=39.67%
G=12.40%
B=47.93%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal4815580.170.7400.77286.0558.914.31
Hex30F3A114A04D11e3be
Octal6017722111201154367316
Binary1100001111111010100011001010010011011000111101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300F3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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