#300854

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

Shades of Blackcurrant #300854

Tints of Blackcurrant #300854

Color information

#300854 (or 0x300854) is unknown color: approx Blackcurrant. HEX triplet: 30, 08 and 54. RGB value is (48,8,84). Sum of RGB (Red+Green+Blue) = 48+8+84=140 (18% of max value = 765). Red value is 48 (19.14% from 255 or 34.29% from 140); Green value is 8 (3.52% from 255 or 5.71% from 140); Blue value is 84 (33.20% from 255 or 60% from 140); Max value from RGB is 84 - color contains mainly: blue. Hex color #300854 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #300854 is #CFF7AB. Grayscale: #1C1C1C. Windows color (decimal): -13629356 or 5507120. OLE color: 5507120.

HSL color Cylindrical-coordinate representation of color #300854: hue angle of 271.58º degrees, saturation: 0.83, 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 #300854 is Cyan = 0.43, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB48884-
CMYK0.430.9000.67
HSL271.58º82.61%18.04%-
HSV(B)271.58º90.48%32.94%-
XYZ2.911.448.51-
YUV28.62159.25141.82-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 34.29%
GREEN value IS 8 (3.52% from 255) = 5.71%
BLUE value IS 84 (33.20% from 255) = 60%
R=34.29%
G=5.71%
B=60%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal488840.430.9000.67271.5882.6118.04
Hex308542B5A0431105312
Octal601012453132010342012322
Binary11000010001010100101011101101001000011100010000101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300854

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #300854; }

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

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

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

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

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

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

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

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