#301436

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

Shades of Blackcurrant #301436

Tints of Blackcurrant #301436

Color information

#301436 (or 0x301436) is unknown color: approx Blackcurrant. HEX triplet: 30, 14 and 36. RGB value is (48,20,54). Sum of RGB (Red+Green+Blue) = 48+20+54=122 (16% of max value = 765). Red value is 48 (19.14% from 255 or 39.34% from 122); Green value is 20 (8.20% from 255 or 16.39% from 122); Blue value is 54 (21.48% from 255 or 44.26% from 122); Max value from RGB is 54 - color contains mainly: blue. Hex color #301436 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #301436 is #CFEBC9. Grayscale: #202020. Windows color (decimal): -13626314 or 3544112. OLE color: 3544112.

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

Color convert

RGB482054-
CMYK0.110.6300.79
HSL289.41º45.95%14.51%-
HSV(B)289.41º62.96%21.18%-
XYZ2.131.43.65-
YUV32.25140.28139.24-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 39.34%
GREEN value IS 20 (8.20% from 255) = 16.39%
BLUE value IS 54 (21.48% from 255) = 44.26%
R=39.34%
G=16.39%
B=44.26%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal4820540.110.6300.79289.4145.9514.51
Hex301436B3F04F1212ef
Octal602466137701174415617
Binary110000101001101101011111111010011111001000011011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301436

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #301436; }

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

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

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

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

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

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

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

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