#301138

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

Shades of Blackcurrant #301138

Tints of Blackcurrant #301138

Color information

#301138 (or 0x301138) is unknown color: approx Blackcurrant. HEX triplet: 30, 11 and 38. RGB value is (48,17,56). Sum of RGB (Red+Green+Blue) = 48+17+56=121 (16% of max value = 765). Red value is 48 (19.14% from 255 or 39.67% from 121); Green value is 17 (7.03% from 255 or 14.05% from 121); Blue value is 56 (22.27% from 255 or 46.28% from 121); Max value from RGB is 56 - color contains mainly: blue. Hex color #301138 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #301138 is #CFEEC7. Grayscale: #1E1E1E. Windows color (decimal): -13627080 or 3674416. OLE color: 3674416.

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

Color convert

RGB481756-
CMYK0.140.7000.78
HSL287.69º53.42%14.31%-
HSV(B)287.69º69.64%21.96%-
XYZ2.131.313.88-
YUV30.72142.27140.33-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 39.67%
GREEN value IS 17 (7.03% from 255) = 14.05%
BLUE value IS 56 (22.27% from 255) = 46.28%
R=39.67%
G=14.05%
B=46.28%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal4817560.140.7000.78287.6953.4214.31
Hex301138E4604E12035e
Octal6021701610601164406516
Binary1100001000111100011101000110010011101001000001101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301138

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #301138; }

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

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

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

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

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

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

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

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