#301045

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

Shades of Blackcurrant #301045

Tints of Blackcurrant #301045

Color information

#301045 (or 0x301045) is unknown color: approx Blackcurrant. HEX triplet: 30, 10 and 45. RGB value is (48,16,69). Sum of RGB (Red+Green+Blue) = 48+16+69=133 (17% of max value = 765). Red value is 48 (19.14% from 255 or 36.09% from 133); Green value is 16 (6.64% from 255 or 12.03% from 133); Blue value is 69 (27.34% from 255 or 51.88% from 133); Max value from RGB is 69 - color contains mainly: blue. Hex color #301045 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #301045 is #CFEFBA. Grayscale: #1F1F1F. Windows color (decimal): -13627323 or 4526128. OLE color: 4526128.

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

Color convert

RGB481669-
CMYK0.300.7700.73
HSL276.23º62.35%16.67%-
HSV(B)276.23º76.81%27.06%-
XYZ2.481.435.78-
YUV31.61149.1139.69-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 36.09%
GREEN value IS 16 (6.64% from 255) = 12.03%
BLUE value IS 69 (27.34% from 255) = 51.88%
R=36.09%
G=12.03%
B=51.88%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4816690.300.7700.73276.2362.3516.67
Hex3010451E4D0491143e11
Octal60201053611501114247621
Binary1100001000010001011111010011010100100110001010011111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301045

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #301045; }

 p { color: rgb(48,16,69); }

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

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

 a { background-color: rgb(48,16,69); }

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

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

 span { border-color: rgb(48,16,69); }

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