#30074A

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

Shades of Blackcurrant #30074A

Tints of Blackcurrant #30074A

Color information

#30074A (or 0x30074A) is unknown color: approx Blackcurrant. HEX triplet: 30, 07 and 4A. RGB value is (48,7,74). Sum of RGB (Red+Green+Blue) = 48+7+74=129 (17% of max value = 765). Red value is 48 (19.14% from 255 or 37.21% from 129); Green value is 7 (3.12% from 255 or 5.43% from 129); Blue value is 74 (29.30% from 255 or 57.36% from 129); Max value from RGB is 74 - color contains mainly: blue. Hex color #30074A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #30074A is #CFF8B5. Grayscale: #1A1A1A. Windows color (decimal): -13629622 or 4851504. OLE color: 4851504.

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

Color convert

RGB48774-
CMYK0.350.9100.71
HSL276.72º82.72%15.88%-
HSV(B)276.72º90.54%29.02%-
XYZ2.531.276.59-
YUV26.9154.58143.05-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 37.21%
GREEN value IS 7 (3.12% from 255) = 5.43%
BLUE value IS 74 (29.30% from 255) = 57.36%
R=37.21%
G=5.43%
B=57.36%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal487740.350.9100.71276.7282.7215.88
Hex3074A235B0471155310
Octal60711243133010742512320
Binary1100001111001010100011101101101000111100010101101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30074A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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