#301935

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

Shades of Blackcurrant #301935

Tints of Blackcurrant #301935

Color information

#301935 (or 0x301935) is unknown color: approx Blackcurrant. HEX triplet: 30, 19 and 35. RGB value is (48,25,53). Sum of RGB (Red+Green+Blue) = 48+25+53=126 (16% of max value = 765). Red value is 48 (19.14% from 255 or 38.10% from 126); Green value is 25 (10.16% from 255 or 19.84% from 126); Blue value is 53 (21.09% from 255 or 42.06% from 126); Max value from RGB is 53 - color contains mainly: blue. Hex color #301935 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #301935 is #CFE6CA. Grayscale: #222222. Windows color (decimal): -13625035 or 3479856. OLE color: 3479856.

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

Color convert

RGB482553-
CMYK0.090.5300.79
HSL289.29º35.9%15.29%-
HSV(B)289.29º52.83%20.78%-
XYZ2.211.583.56-
YUV35.07138.12137.22-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 38.10%
GREEN value IS 25 (10.16% from 255) = 19.84%
BLUE value IS 53 (21.09% from 255) = 42.06%
R=38.10%
G=19.84%
B=42.06%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal4825530.090.5300.79289.2935.915.29
Hex30193593504F12124f
Octal603165116501174414417
Binary110000110011101011001110101010011111001000011001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301935

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #301935; }

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

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

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

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

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

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

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

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