#300442

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

Shades of Blackcurrant #300442

Tints of Blackcurrant #300442

Color information

#300442 (or 0x300442) is unknown color: approx Blackcurrant. HEX triplet: 30, 04 and 42. RGB value is (48,4,66). Sum of RGB (Red+Green+Blue) = 48+4+66=118 (15% of max value = 765). Red value is 48 (19.14% from 255 or 40.68% from 118); Green value is 4 (1.95% from 255 or 3.39% from 118); Blue value is 66 (26.17% from 255 or 55.93% from 118); Max value from RGB is 66 - color contains mainly: blue. Hex color #300442 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #300442 is #CFFBBD. Grayscale: #181818. Windows color (decimal): -13630398 or 4326448. OLE color: 4326448.

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

Color convert

RGB48466-
CMYK0.270.9400.74
HSL282.58º88.57%13.73%-
HSV(B)282.58º93.94%25.88%-
XYZ2.251.115.25-
YUV24.22151.58144.96-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 40.68%
GREEN value IS 4 (1.95% from 255) = 3.39%
BLUE value IS 66 (26.17% from 255) = 55.93%
R=40.68%
G=3.39%
B=55.93%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal484660.270.9400.74282.5888.5713.73
Hex304421B5E04A11b59e
Octal60410233136011243313116
Binary11000010010000101101110111100100101010001101110110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300442

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #300442; }

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

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

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

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

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

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

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

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