#301D36

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

Shades of Blackcurrant #301D36

Tints of Blackcurrant #301D36

Color information

#301D36 (or 0x301D36) is unknown color: approx Blackcurrant. HEX triplet: 30, 1D and 36. RGB value is (48,29,54). Sum of RGB (Red+Green+Blue) = 48+29+54=131 (17% of max value = 765). Red value is 48 (19.14% from 255 or 36.64% from 131); Green value is 29 (11.72% from 255 or 22.14% from 131); Blue value is 54 (21.48% from 255 or 41.22% from 131); Max value from RGB is 54 - color contains mainly: blue. Hex color #301D36 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #301D36 is #CFE2C9. Grayscale: #252525. Windows color (decimal): -13624010 or 3546416. OLE color: 3546416.

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

Color convert

RGB482954-
CMYK0.110.4600.79
HSL285.6º30.12%16.27%-
HSV(B)285.6º46.3%21.18%-
XYZ2.321.773.71-
YUV37.53137.29135.47-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 36.64%
GREEN value IS 29 (11.72% from 255) = 22.14%
BLUE value IS 54 (21.48% from 255) = 41.22%
R=36.64%
G=22.14%
B=41.22%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal4829540.110.4600.79285.630.1216.27
Hex301D36B2E04F11e1e10
Octal603566135601174363620
Binary110000111011101101011101110010011111000111101111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301D36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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