#30034D

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

Shades of Blackcurrant #30034D

Tints of Blackcurrant #30034D

Color information

#30034D (or 0x30034D) is unknown color: approx Blackcurrant. HEX triplet: 30, 03 and 4D. RGB value is (48,3,77). Sum of RGB (Red+Green+Blue) = 48+3+77=128 (16% of max value = 765). Red value is 48 (19.14% from 255 or 37.5% from 128); Green value is 3 (1.56% from 255 or 2.34% from 128); Blue value is 77 (30.47% from 255 or 60.16% from 128); Max value from RGB is 77 - color contains mainly: blue. Hex color #30034D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #30034D is #CFFCB2. Grayscale: #181818. Windows color (decimal): -13630643 or 5047088. OLE color: 5047088.

HSL color Cylindrical-coordinate representation of color #30034D: hue angle of 276.49º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #30034D is Cyan = 0.38, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB48377-
CMYK0.380.9600.70
HSL276.49º92.5%15.69%-
HSV(B)276.49º96.1%30.2%-
XYZ2.591.237.12-
YUV24.89157.41144.48-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 37.5%
GREEN value IS 3 (1.56% from 255) = 2.34%
BLUE value IS 77 (30.47% from 255) = 60.16%
R=37.5%
G=2.34%
B=60.16%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal483770.380.9600.70276.4992.515.69
Hex3034D26600461145c10
Octal60311546140010642413420
Binary110000111001101100110110000001000110100010100101110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30034D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30034D; }

 p { color: rgb(48,3,77); }

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

<style>
 a { background-color: #30034D; }

 a { background-color: rgb(48,3,77); }

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

<style>
 span { border-color: #30034D; }

 span { border-color: rgb(48,3,77); }

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