#301244

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

Shades of Blackcurrant #301244

Tints of Blackcurrant #301244

Color information

#301244 (or 0x301244) is unknown color: approx Blackcurrant. HEX triplet: 30, 12 and 44. RGB value is (48,18,68). Sum of RGB (Red+Green+Blue) = 48+18+68=134 (17% of max value = 765). Red value is 48 (19.14% from 255 or 35.82% from 134); Green value is 18 (7.42% from 255 or 13.43% from 134); Blue value is 68 (26.95% from 255 or 50.75% from 134); Max value from RGB is 68 - color contains mainly: blue. Hex color #301244 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #301244 is #CFEDBB. Grayscale: #202020. Windows color (decimal): -13626812 or 4461104. OLE color: 4461104.

HSL color Cylindrical-coordinate representation of color #301244: hue angle of 276º degrees, saturation: 0.58, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #301244 is Cyan = 0.29, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB481868-
CMYK0.290.7400.73
HSL276º58.14%16.86%-
HSV(B)276º73.53%26.67%-
XYZ2.481.485.62-
YUV32.67147.94138.93-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 35.82%
GREEN value IS 18 (7.42% from 255) = 13.43%
BLUE value IS 68 (26.95% from 255) = 50.75%
R=35.82%
G=13.43%
B=50.75%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4818680.290.7400.7327658.1416.86
Hex3012441D4A0491143a11
Octal60221043511201114247221
Binary1100001001010001001110110010100100100110001010011101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301244

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #301244; }

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

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

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

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

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

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

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

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