#30124E

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

Shades of Blackcurrant #30124E

Tints of Blackcurrant #30124E

Color information

#30124E (or 0x30124E) is unknown color: approx Blackcurrant. HEX triplet: 30, 12 and 4E. RGB value is (48,18,78). Sum of RGB (Red+Green+Blue) = 48+18+78=144 (19% of max value = 765). Red value is 48 (19.14% from 255 or 33.33% from 144); Green value is 18 (7.42% from 255 or 12.5% from 144); Blue value is 78 (30.86% from 255 or 54.17% from 144); Max value from RGB is 78 - color contains mainly: blue. Hex color #30124E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #30124E is #CFEDB1. Grayscale: #212121. Windows color (decimal): -13626802 or 5116464. OLE color: 5116464.

HSL color Cylindrical-coordinate representation of color #30124E: hue angle of 270º degrees, saturation: 0.62, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #30124E is Cyan = 0.38, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB481878-
CMYK0.380.7700.69
HSL270º62.5%18.82%-
HSV(B)270º76.92%30.59%-
XYZ2.811.617.37-
YUV33.81152.94138.12-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 33.33%
GREEN value IS 18 (7.42% from 255) = 12.5%
BLUE value IS 78 (30.86% from 255) = 54.17%
R=33.33%
G=12.5%
B=54.17%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4818780.380.7700.6927062.518.82
Hex30124E264D04510e3e13
Octal60221164611501054167623
Binary11000010010100111010011010011010100010110000111011111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30124E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30124E; }

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

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

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

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

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

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

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

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