#300853

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

Shades of Blackcurrant #300853

Tints of Blackcurrant #300853

Color information

#300853 (or 0x300853) is unknown color: approx Blackcurrant. HEX triplet: 30, 08 and 53. RGB value is (48,8,83). Sum of RGB (Red+Green+Blue) = 48+8+83=139 (18% of max value = 765). Red value is 48 (19.14% from 255 or 34.53% from 139); Green value is 8 (3.52% from 255 or 5.76% from 139); Blue value is 83 (32.81% from 255 or 59.71% from 139); Max value from RGB is 83 - color contains mainly: blue. Hex color #300853 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #300853 is #CFF7AC. Grayscale: #1C1C1C. Windows color (decimal): -13629357 or 5441584. OLE color: 5441584.

HSL color Cylindrical-coordinate representation of color #300853: hue angle of 272º degrees, saturation: 0.82, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #300853 is Cyan = 0.42, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB48883-
CMYK0.420.9000.67
HSL272º82.42%17.84%-
HSV(B)272º90.36%32.55%-
XYZ2.871.438.31-
YUV28.51158.75141.9-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 34.53%
GREEN value IS 8 (3.52% from 255) = 5.76%
BLUE value IS 83 (32.81% from 255) = 59.71%
R=34.53%
G=5.76%
B=59.71%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal488830.420.9000.6727282.4217.84
Hex308532A5A0431105212
Octal601012352132010342012222
Binary11000010001010011101010101101001000011100010000101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300853

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #300853; }

 p { color: rgb(48,8,83); }

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

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

 a { background-color: rgb(48,8,83); }

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

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

 span { border-color: rgb(48,8,83); }

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