#30104E

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

Shades of Blackcurrant #30104E

Tints of Blackcurrant #30104E

Color information

#30104E (or 0x30104E) is unknown color: approx Blackcurrant. HEX triplet: 30, 10 and 4E. RGB value is (48,16,78). Sum of RGB (Red+Green+Blue) = 48+16+78=142 (18% of max value = 765). Red value is 48 (19.14% from 255 or 33.80% from 142); Green value is 16 (6.64% from 255 or 11.27% from 142); Blue value is 78 (30.86% from 255 or 54.93% from 142); Max value from RGB is 78 - color contains mainly: blue. Hex color #30104E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #30104E is #CFEFB1. Grayscale: #202020. Windows color (decimal): -13627314 or 5115952. OLE color: 5115952.

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

Color convert

RGB481678-
CMYK0.380.7900.69
HSL270.97º65.96%18.43%-
HSV(B)270.97º79.49%30.59%-
XYZ2.781.557.36-
YUV32.64153.6138.96-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 33.80%
GREEN value IS 16 (6.64% from 255) = 11.27%
BLUE value IS 78 (30.86% from 255) = 54.93%
R=33.80%
G=11.27%
B=54.93%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4816780.380.7900.69270.9765.9618.43
Hex30104E264F04510f4212
Octal602011646117010541710222
Binary110000100001001110100110100111101000101100001111100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30104E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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