#301248

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

Shades of Blackcurrant #301248

Tints of Blackcurrant #301248

Color information

#301248 (or 0x301248) is unknown color: approx Blackcurrant. HEX triplet: 30, 12 and 48. RGB value is (48,18,72). Sum of RGB (Red+Green+Blue) = 48+18+72=138 (18% of max value = 765). Red value is 48 (19.14% from 255 or 34.78% from 138); Green value is 18 (7.42% from 255 or 13.04% from 138); Blue value is 72 (28.52% from 255 or 52.17% from 138); Max value from RGB is 72 - color contains mainly: blue. Hex color #301248 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #301248 is #CFEDB7. Grayscale: #202020. Windows color (decimal): -13626808 or 4723248. OLE color: 4723248.

HSL color Cylindrical-coordinate representation of color #301248: hue angle of 273.33º degrees, saturation: 0.6, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #301248 is Cyan = 0.33, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB481872-
CMYK0.330.7500.72
HSL273.33º60%17.65%-
HSV(B)273.33º75%28.24%-
XYZ2.61.536.29-
YUV33.13149.94138.61-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 34.78%
GREEN value IS 18 (7.42% from 255) = 13.04%
BLUE value IS 72 (28.52% from 255) = 52.17%
R=34.78%
G=13.04%
B=52.17%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal4818720.330.7500.72273.336017.65
Hex301248214B0481113c12
Octal60221104111301104217422
Binary11000010010100100010000110010110100100010001000111110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #301248; }

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

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

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

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

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

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

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

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