#301239

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

Shades of Blackcurrant #301239

Tints of Blackcurrant #301239

Color information

#301239 (or 0x301239) is unknown color: approx Blackcurrant. HEX triplet: 30, 12 and 39. RGB value is (48,18,57). Sum of RGB (Red+Green+Blue) = 48+18+57=123 (16% of max value = 765). Red value is 48 (19.14% from 255 or 39.02% from 123); Green value is 18 (7.42% from 255 or 14.63% from 123); Blue value is 57 (22.66% from 255 or 46.34% from 123); Max value from RGB is 57 - color contains mainly: blue. Hex color #301239 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #301239 is #CFEDC6. Grayscale: #1F1F1F. Windows color (decimal): -13626823 or 3740208. OLE color: 3740208.

HSL color Cylindrical-coordinate representation of color #301239: hue angle of 286.15º degrees, saturation: 0.52, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #301239 is Cyan = 0.16, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB481857-
CMYK0.160.6800.78
HSL286.15º52%14.71%-
HSV(B)286.15º68.42%22.35%-
XYZ2.171.364.02-
YUV31.42142.44139.83-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 39.02%
GREEN value IS 18 (7.42% from 255) = 14.63%
BLUE value IS 57 (22.66% from 255) = 46.34%
R=39.02%
G=14.63%
B=46.34%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal4818570.160.6800.78286.155214.71
Hex301239104404E11e34f
Octal6022712010401164366417
Binary11000010010111001100001000100010011101000111101101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301239

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #301239; }

 p { color: rgb(48,18,57); }

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

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

 a { background-color: rgb(48,18,57); }

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

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

 span { border-color: rgb(48,18,57); }

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