#300835

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

Shades of Blackcurrant #300835

Tints of Blackcurrant #300835

Color information

#300835 (or 0x300835) is unknown color: approx Blackcurrant. HEX triplet: 30, 08 and 35. RGB value is (48,8,53). Sum of RGB (Red+Green+Blue) = 48+8+53=109 (14% of max value = 765). Red value is 48 (19.14% from 255 or 44.04% from 109); Green value is 8 (3.52% from 255 or 7.34% from 109); Blue value is 53 (21.09% from 255 or 48.62% from 109); Max value from RGB is 53 - color contains mainly: blue. Hex color #300835 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #300835 is #CFF7CA. Grayscale: #181818. Windows color (decimal): -13629387 or 3475504. OLE color: 3475504.

HSL color Cylindrical-coordinate representation of color #300835: hue angle of 293.33º degrees, saturation: 0.74, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #300835 is Cyan = 0.09, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB48853-
CMYK0.090.8500.79
HSL293.33º73.77%11.96%-
HSV(B)293.33º84.91%20.78%-
XYZ1.951.063.47-
YUV25.09143.75144.34-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 44.04%
GREEN value IS 8 (3.52% from 255) = 7.34%
BLUE value IS 53 (21.09% from 255) = 48.62%
R=44.04%
G=7.34%
B=48.62%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal488530.090.8500.79293.3373.7711.96
Hex3083595504F1254ac
Octal60106511125011744511214
Binary1100001000110101100110101010100111110010010110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300835

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #300835; }

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

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

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

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

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

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

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

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