#30134A

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

Shades of Blackcurrant #30134A

Tints of Blackcurrant #30134A

Color information

#30134A (or 0x30134A) is unknown color: approx Blackcurrant. HEX triplet: 30, 13 and 4A. RGB value is (48,19,74). Sum of RGB (Red+Green+Blue) = 48+19+74=141 (18% of max value = 765). Red value is 48 (19.14% from 255 or 34.04% from 141); Green value is 19 (7.81% from 255 or 13.48% from 141); Blue value is 74 (29.30% from 255 or 52.48% from 141); Max value from RGB is 74 - color contains mainly: blue. Hex color #30134A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #30134A is #CFECB5. Grayscale: #212121. Windows color (decimal): -13626550 or 4854576. OLE color: 4854576.

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

Color convert

RGB481974-
CMYK0.350.7400.71
HSL271.64º59.14%18.24%-
HSV(B)271.64º74.32%29.02%-
XYZ2.691.596.64-
YUV33.94150.61138.03-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 34.04%
GREEN value IS 19 (7.81% from 255) = 13.48%
BLUE value IS 74 (29.30% from 255) = 52.48%
R=34.04%
G=13.48%
B=52.48%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4819740.350.7400.71271.6459.1418.24
Hex30134A234A0471103b12
Octal60231124311201074207322
Binary11000010011100101010001110010100100011110001000011101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30134A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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