#301238

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

Shades of Blackcurrant #301238

Tints of Blackcurrant #301238

Color information

#301238 (or 0x301238) is unknown color: approx Blackcurrant. HEX triplet: 30, 12 and 38. RGB value is (48,18,56). Sum of RGB (Red+Green+Blue) = 48+18+56=122 (16% of max value = 765). Red value is 48 (19.14% from 255 or 39.34% from 122); Green value is 18 (7.42% from 255 or 14.75% from 122); Blue value is 56 (22.27% from 255 or 45.90% from 122); Max value from RGB is 56 - color contains mainly: blue. Hex color #301238 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #301238 is #CFEDC7. Grayscale: #1F1F1F. Windows color (decimal): -13626824 or 3674672. OLE color: 3674672.

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

Color convert

RGB481856-
CMYK0.140.6800.78
HSL287.37º51.35%14.51%-
HSV(B)287.37º67.86%21.96%-
XYZ2.151.353.89-
YUV31.3141.94139.91-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 39.34%
GREEN value IS 18 (7.42% from 255) = 14.75%
BLUE value IS 56 (22.27% from 255) = 45.90%
R=39.34%
G=14.75%
B=45.90%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal4818560.140.6800.78287.3751.3514.51
Hex301238E4404E11f33f
Octal6022701610401164376317
Binary1100001001011100011101000100010011101000111111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301238

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #301238; }

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

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

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

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

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

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

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

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