#30124C

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

Shades of Blackcurrant #30124C

Tints of Blackcurrant #30124C

Color information

#30124C (or 0x30124C) is unknown color: approx Blackcurrant. HEX triplet: 30, 12 and 4C. RGB value is (48,18,76). Sum of RGB (Red+Green+Blue) = 48+18+76=142 (18% of max value = 765). Red value is 48 (19.14% from 255 or 33.80% from 142); Green value is 18 (7.42% from 255 or 12.68% from 142); Blue value is 76 (30.08% from 255 or 53.52% from 142); Max value from RGB is 76 - color contains mainly: blue. Hex color #30124C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #30124C is #CFEDB3. Grayscale: #212121. Windows color (decimal): -13626804 or 4985392. OLE color: 4985392.

HSL color Cylindrical-coordinate representation of color #30124C: hue angle of 271.03º degrees, saturation: 0.62, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #30124C is Cyan = 0.37, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB481876-
CMYK0.370.7600.70
HSL271.03º61.7%18.43%-
HSV(B)271.03º76.32%29.8%-
XYZ2.741.587-
YUV33.58151.94138.28-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 33.80%
GREEN value IS 18 (7.42% from 255) = 12.68%
BLUE value IS 76 (30.08% from 255) = 53.52%
R=33.80%
G=12.68%
B=53.52%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal4818760.370.7600.70271.0361.718.43
Hex30124C254C04610f3e12
Octal60221144511401064177622
Binary11000010010100110010010110011000100011010000111111111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30124C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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