#300C4E

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

Shades of Blackcurrant #300C4E

Tints of Blackcurrant #300C4E

Color information

#300C4E (or 0x300C4E) is unknown color: approx Blackcurrant. HEX triplet: 30, 0C and 4E. RGB value is (48,12,78). Sum of RGB (Red+Green+Blue) = 48+12+78=138 (18% of max value = 765). Red value is 48 (19.14% from 255 or 34.78% from 138); Green value is 12 (5.08% from 255 or 8.70% from 138); Blue value is 78 (30.86% from 255 or 56.52% from 138); Max value from RGB is 78 - color contains mainly: blue. Hex color #300C4E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #300C4E is #CFF3B1. Grayscale: #1E1E1E. Windows color (decimal): -13628338 or 5114928. OLE color: 5114928.

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

Color convert

RGB481278-
CMYK0.380.8500.69
HSL272.73º73.33%17.65%-
HSV(B)272.73º84.62%30.59%-
XYZ2.731.447.34-
YUV30.29154.93140.63-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 34.78%
GREEN value IS 12 (5.08% from 255) = 8.70%
BLUE value IS 78 (30.86% from 255) = 56.52%
R=34.78%
G=8.70%
B=56.52%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4812780.380.8500.69272.7373.3317.65
Hex30C4E26550451114912
Octal601411646125010542111122
Binary11000011001001110100110101010101000101100010001100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300C4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #300C4E; }

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

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

<style>
 a { background-color: #300C4E; }

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

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

<style>
 span { border-color: #300C4E; }

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

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