#30034E

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

Shades of Blackcurrant #30034E

Tints of Blackcurrant #30034E

Color information

#30034E (or 0x30034E) is unknown color: approx Blackcurrant. HEX triplet: 30, 03 and 4E. RGB value is (48,3,78). Sum of RGB (Red+Green+Blue) = 48+3+78=129 (17% of max value = 765). Red value is 48 (19.14% from 255 or 37.21% from 129); Green value is 3 (1.56% from 255 or 2.33% from 129); Blue value is 78 (30.86% from 255 or 60.47% from 129); Max value from RGB is 78 - color contains mainly: blue. Hex color #30034E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #30034E is #CFFCB1. Grayscale: #181818. Windows color (decimal): -13630642 or 5112624. OLE color: 5112624.

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

Color convert

RGB48378-
CMYK0.380.9600.69
HSL276º92.59%15.88%-
HSV(B)276º96.15%30.59%-
XYZ2.631.247.31-
YUV25157.91144.4-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 37.21%
GREEN value IS 3 (1.56% from 255) = 2.33%
BLUE value IS 78 (30.86% from 255) = 60.47%
R=37.21%
G=2.33%
B=60.47%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal483780.380.9600.6927692.5915.88
Hex3034E26600451145d10
Octal60311646140010542413520
Binary110000111001110100110110000001000101100010100101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30034E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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