#301536

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

Shades of Blackcurrant #301536

Tints of Blackcurrant #301536

Color information

#301536 (or 0x301536) is unknown color: approx Blackcurrant. HEX triplet: 30, 15 and 36. RGB value is (48,21,54). Sum of RGB (Red+Green+Blue) = 48+21+54=123 (16% of max value = 765). Red value is 48 (19.14% from 255 or 39.02% from 123); Green value is 21 (8.59% from 255 or 17.07% from 123); Blue value is 54 (21.48% from 255 or 43.90% from 123); Max value from RGB is 54 - color contains mainly: blue. Hex color #301536 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #301536 is #CFEAC9. Grayscale: #202020. Windows color (decimal): -13626058 or 3544368. OLE color: 3544368.

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

Color convert

RGB482154-
CMYK0.110.6100.79
HSL289.09º44%14.71%-
HSV(B)289.09º61.11%21.18%-
XYZ2.151.433.65-
YUV32.84139.95138.82-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 39.02%
GREEN value IS 21 (8.59% from 255) = 17.07%
BLUE value IS 54 (21.48% from 255) = 43.90%
R=39.02%
G=17.07%
B=43.90%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal4821540.110.6100.79289.094414.71
Hex301536B3D04F1212cf
Octal602566137501174415417
Binary110000101011101101011111101010011111001000011011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301536

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #301536; }

 p { color: rgb(48,21,54); }

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

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

 a { background-color: rgb(48,21,54); }

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

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

 span { border-color: rgb(48,21,54); }

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