#300E44

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

Shades of Blackcurrant #300E44

Tints of Blackcurrant #300E44

Color information

#300E44 (or 0x300E44) is unknown color: approx Blackcurrant. HEX triplet: 30, 0E and 44. RGB value is (48,14,68). Sum of RGB (Red+Green+Blue) = 48+14+68=130 (17% of max value = 765). Red value is 48 (19.14% from 255 or 36.92% from 130); Green value is 14 (5.86% from 255 or 10.77% from 130); Blue value is 68 (26.95% from 255 or 52.31% from 130); Max value from RGB is 68 - color contains mainly: blue. Hex color #300E44 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #300E44 is #CFF1BB. Grayscale: #1E1E1E. Windows color (decimal): -13627836 or 4460080. OLE color: 4460080.

HSL color Cylindrical-coordinate representation of color #300E44: hue angle of 277.78º degrees, saturation: 0.66, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #300E44 is Cyan = 0.29, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB481468-
CMYK0.290.7900.73
HSL277.78º65.85%16.08%-
HSV(B)277.78º79.41%26.67%-
XYZ2.421.365.6-
YUV30.32149.26140.61-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 36.92%
GREEN value IS 14 (5.86% from 255) = 10.77%
BLUE value IS 68 (26.95% from 255) = 52.31%
R=36.92%
G=10.77%
B=52.31%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4814680.290.7900.73277.7865.8516.08
Hex30E441D4F0491164210
Octal601610435117011142610220
Binary1100001110100010011101100111101001001100010110100001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300E44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,14,68); }

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

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

 a { background-color: rgb(48,14,68); }

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

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

 span { border-color: rgb(48,14,68); }

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