#301538

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

Shades of Blackcurrant #301538

Tints of Blackcurrant #301538

Color information

#301538 (or 0x301538) is unknown color: approx Blackcurrant. HEX triplet: 30, 15 and 38. RGB value is (48,21,56). Sum of RGB (Red+Green+Blue) = 48+21+56=125 (16% of max value = 765). Red value is 48 (19.14% from 255 or 38.4% from 125); Green value is 21 (8.59% from 255 or 16.8% from 125); Blue value is 56 (22.27% from 255 or 44.8% from 125); Max value from RGB is 56 - color contains mainly: blue. Hex color #301538 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #301538 is #CFEAC7. Grayscale: #202020. Windows color (decimal): -13626056 or 3675440. OLE color: 3675440.

HSL color Cylindrical-coordinate representation of color #301538: hue angle of 286.29º degrees, saturation: 0.45, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #301538 is Cyan = 0.14, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB482156-
CMYK0.140.6300.78
HSL286.29º45.45%15.1%-
HSV(B)286.29º62.5%21.96%-
XYZ2.21.453.91-
YUV33.06140.95138.65-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 38.4%
GREEN value IS 21 (8.59% from 255) = 16.8%
BLUE value IS 56 (22.27% from 255) = 44.8%
R=38.4%
G=16.8%
B=44.8%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal4821560.140.6300.78286.2945.4515.1
Hex301538E3F04E11e2df
Octal602570167701164365517
Binary110000101011110001110111111010011101000111101011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301538

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #301538; }

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

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

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

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

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

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

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

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