#300444

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

Shades of Blackcurrant #300444

Tints of Blackcurrant #300444

Color information

#300444 (or 0x300444) is unknown color: approx Blackcurrant. HEX triplet: 30, 04 and 44. RGB value is (48,4,68). Sum of RGB (Red+Green+Blue) = 48+4+68=120 (15% of max value = 765). Red value is 48 (19.14% from 255 or 40% from 120); Green value is 4 (1.95% from 255 or 3.33% from 120); Blue value is 68 (26.95% from 255 or 56.67% from 120); Max value from RGB is 68 - color contains mainly: blue. Hex color #300444 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #300444 is #CFFBBB. Grayscale: #181818. Windows color (decimal): -13630396 or 4457520. OLE color: 4457520.

HSL color Cylindrical-coordinate representation of color #300444: hue angle of 281.25º degrees, saturation: 0.89, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #300444 is Cyan = 0.29, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB48468-
CMYK0.290.9400.73
HSL281.25º88.89%14.12%-
HSV(B)281.25º94.12%26.67%-
XYZ2.311.135.57-
YUV24.45152.58144.8-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 40%
GREEN value IS 4 (1.95% from 255) = 3.33%
BLUE value IS 68 (26.95% from 255) = 56.67%
R=40%
G=3.33%
B=56.67%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal484680.290.9400.73281.2588.8914.12
Hex304441D5E04911959e
Octal60410435136011143113116
Binary11000010010001001110110111100100100110001100110110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300444

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #300444; }

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

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

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

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

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

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

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

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