#301645

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

Shades of Blackcurrant #301645

Tints of Blackcurrant #301645

Color information

#301645 (or 0x301645) is unknown color: approx Blackcurrant. HEX triplet: 30, 16 and 45. RGB value is (48,22,69). Sum of RGB (Red+Green+Blue) = 48+22+69=139 (18% of max value = 765). Red value is 48 (19.14% from 255 or 34.53% from 139); Green value is 22 (8.98% from 255 or 15.83% from 139); Blue value is 69 (27.34% from 255 or 49.64% from 139); Max value from RGB is 69 - color contains mainly: blue. Hex color #301645 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #301645 is #CFE9BA. Grayscale: #222222. Windows color (decimal): -13625787 or 4527664. OLE color: 4527664.

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

Color convert

RGB482269-
CMYK0.300.6800.73
HSL273.19º51.65%17.84%-
HSV(B)273.19º68.12%27.06%-
XYZ2.581.635.81-
YUV35.13147.11137.18-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 34.53%
GREEN value IS 22 (8.98% from 255) = 15.83%
BLUE value IS 69 (27.34% from 255) = 49.64%
R=34.53%
G=15.83%
B=49.64%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4822690.300.6800.73273.1951.6517.84
Hex3016451E440491113412
Octal60261053610401114216422
Binary1100001011010001011111010001000100100110001000111010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301645

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #301645; }

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

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

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

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

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

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

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

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