#30074C

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

Shades of Blackcurrant #30074C

Tints of Blackcurrant #30074C

Color information

#30074C (or 0x30074C) is unknown color: approx Blackcurrant. HEX triplet: 30, 07 and 4C. RGB value is (48,7,76). Sum of RGB (Red+Green+Blue) = 48+7+76=131 (17% of max value = 765). Red value is 48 (19.14% from 255 or 36.64% from 131); Green value is 7 (3.12% from 255 or 5.34% from 131); Blue value is 76 (30.08% from 255 or 58.02% from 131); Max value from RGB is 76 - color contains mainly: blue. Hex color #30074C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #30074C is #CFF8B3. Grayscale: #1A1A1A. Windows color (decimal): -13629620 or 4982576. OLE color: 4982576.

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

Color convert

RGB48776-
CMYK0.370.9100.70
HSL275.65º83.13%16.27%-
HSV(B)275.65º90.79%29.8%-
XYZ2.61.36.95-
YUV27.12155.58142.89-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 36.64%
GREEN value IS 7 (3.12% from 255) = 5.34%
BLUE value IS 76 (30.08% from 255) = 58.02%
R=36.64%
G=5.34%
B=58.02%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal487760.370.9100.70275.6583.1316.27
Hex3074C255B0461145310
Octal60711445133010642412320
Binary1100001111001100100101101101101000110100010100101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30074C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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