#300937

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

Shades of Blackcurrant #300937

Tints of Blackcurrant #300937

Color information

#300937 (or 0x300937) is unknown color: approx Blackcurrant. HEX triplet: 30, 09 and 37. RGB value is (48,9,55). Sum of RGB (Red+Green+Blue) = 48+9+55=112 (14% of max value = 765). Red value is 48 (19.14% from 255 or 42.86% from 112); Green value is 9 (3.91% from 255 or 8.04% from 112); Blue value is 55 (21.88% from 255 or 49.11% from 112); Max value from RGB is 55 - color contains mainly: blue. Hex color #300937 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #300937 is #CFF6C8. Grayscale: #191919. Windows color (decimal): -13629129 or 3606832. OLE color: 3606832.

HSL color Cylindrical-coordinate representation of color #300937: hue angle of 290.87º degrees, saturation: 0.72, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #300937 is Cyan = 0.13, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB48955-
CMYK0.130.8400.78
HSL290.87º71.88%12.55%-
HSV(B)290.87º83.64%21.57%-
XYZ2.011.13.72-
YUV25.9144.42143.76-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 42.86%
GREEN value IS 9 (3.91% from 255) = 8.04%
BLUE value IS 55 (21.88% from 255) = 49.11%
R=42.86%
G=8.04%
B=49.11%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal489550.130.8400.78290.8771.8812.55
Hex30937D5404E12348d
Octal60116715124011644311015
Binary1100001001110111110110101000100111010010001110010001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300937

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #300937; }

 p { color: rgb(48,9,55); }

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

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

 a { background-color: rgb(48,9,55); }

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

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

 span { border-color: rgb(48,9,55); }

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