#300438

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

Shades of Blackcurrant #300438

Tints of Blackcurrant #300438

Color information

#300438 (or 0x300438) is unknown color: approx Blackcurrant. HEX triplet: 30, 04 and 38. RGB value is (48,4,56). Sum of RGB (Red+Green+Blue) = 48+4+56=108 (14% of max value = 765). Red value is 48 (19.14% from 255 or 44.44% from 108); Green value is 4 (1.95% from 255 or 3.70% from 108); Blue value is 56 (22.27% from 255 or 51.85% from 108); Max value from RGB is 56 - color contains mainly: blue. Hex color #300438 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #300438 is #CFFBC7. Grayscale: #161616. Windows color (decimal): -13630408 or 3671088. OLE color: 3671088.

HSL color Cylindrical-coordinate representation of color #300438: hue angle of 290.77º degrees, saturation: 0.87, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #300438 is Cyan = 0.14, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB48456-
CMYK0.140.9300.78
HSL290.77º86.67%11.76%-
HSV(B)290.77º92.86%21.96%-
XYZ1.9813.83-
YUV23.08146.58145.77-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 44.44%
GREEN value IS 4 (1.95% from 255) = 3.70%
BLUE value IS 56 (22.27% from 255) = 51.85%
R=44.44%
G=3.70%
B=51.85%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal484560.140.9300.78290.7786.6711.76
Hex30438E5D04E12357c
Octal6047016135011644312714
Binary110000100111000111010111010100111010010001110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300438

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #300438; }

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

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

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

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

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

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

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

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