#301E36

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

Shades of Blackcurrant #301E36

Tints of Blackcurrant #301E36

Color information

#301E36 (or 0x301E36) is unknown color: approx Blackcurrant. HEX triplet: 30, 1E and 36. RGB value is (48,30,54). Sum of RGB (Red+Green+Blue) = 48+30+54=132 (17% of max value = 765). Red value is 48 (19.14% from 255 or 36.36% from 132); Green value is 30 (12.11% from 255 or 22.73% from 132); Blue value is 54 (21.48% from 255 or 40.91% from 132); Max value from RGB is 54 - color contains mainly: blue. Hex color #301E36 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #301E36 is #CFE1C9. Grayscale: #262626. Windows color (decimal): -13623754 or 3546672. OLE color: 3546672.

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

Color convert

RGB483054-
CMYK0.110.4400.79
HSL285º28.57%16.47%-
HSV(B)285º44.44%21.18%-
XYZ2.351.823.72-
YUV38.12136.96135.05-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 36.36%
GREEN value IS 30 (12.11% from 255) = 22.73%
BLUE value IS 54 (21.48% from 255) = 40.91%
R=36.36%
G=22.73%
B=40.91%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal4830540.110.4400.7928528.5716.47
Hex301E36B2C04F11d1d10
Octal603666135401174353520
Binary110000111101101101011101100010011111000111011110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301E36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #301E36; }

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

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

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

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

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

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

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

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