#301845

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

Shades of Blackcurrant #301845

Tints of Blackcurrant #301845

Color information

#301845 (or 0x301845) is unknown color: approx Blackcurrant. HEX triplet: 30, 18 and 45. RGB value is (48,24,69). Sum of RGB (Red+Green+Blue) = 48+24+69=141 (18% of max value = 765). Red value is 48 (19.14% from 255 or 34.04% from 141); Green value is 24 (9.77% from 255 or 17.02% from 141); Blue value is 69 (27.34% from 255 or 48.94% from 141); Max value from RGB is 69 - color contains mainly: blue. Hex color #301845 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #301845 is #CFE7BA. Grayscale: #242424. Windows color (decimal): -13625275 or 4528176. OLE color: 4528176.

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

Color convert

RGB482469-
CMYK0.300.6500.73
HSL272º48.39%18.24%-
HSV(B)272º65.22%27.06%-
XYZ2.621.715.82-
YUV36.31146.45136.34-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 34.04%
GREEN value IS 24 (9.77% from 255) = 17.02%
BLUE value IS 69 (27.34% from 255) = 48.94%
R=34.04%
G=17.02%
B=48.94%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4824690.300.6500.7327248.3918.24
Hex3018451E410491103012
Octal60301053610101114206022
Binary1100001100010001011111010000010100100110001000011000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301845

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #301845; }

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

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

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

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

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

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

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

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