#301835

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

Shades of Blackcurrant #301835

Tints of Blackcurrant #301835

Color information

#301835 (or 0x301835) is unknown color: approx Blackcurrant. HEX triplet: 30, 18 and 35. RGB value is (48,24,53). Sum of RGB (Red+Green+Blue) = 48+24+53=125 (16% of max value = 765). Red value is 48 (19.14% from 255 or 38.4% from 125); Green value is 24 (9.77% from 255 or 19.2% from 125); Blue value is 53 (21.09% from 255 or 42.4% from 125); Max value from RGB is 53 - color contains mainly: blue. Hex color #301835 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #301835 is #CFE7CA. Grayscale: #222222. Windows color (decimal): -13625291 or 3479600. OLE color: 3479600.

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

Color convert

RGB482453-
CMYK0.090.5500.79
HSL289.66º37.66%15.1%-
HSV(B)289.66º54.72%20.78%-
XYZ2.191.543.55-
YUV34.48138.45137.64-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 38.4%
GREEN value IS 24 (9.77% from 255) = 19.2%
BLUE value IS 53 (21.09% from 255) = 42.4%
R=38.4%
G=19.2%
B=42.4%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal4824530.090.5500.79289.6637.6615.1
Hex30183593704F12226f
Octal603065116701174424617
Binary110000110001101011001110111010011111001000101001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301835

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #301835; }

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

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

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

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

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

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

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

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