#301D39

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

Shades of Blackcurrant #301D39

Tints of Blackcurrant #301D39

Color information

#301D39 (or 0x301D39) is unknown color: approx Blackcurrant. HEX triplet: 30, 1D and 39. RGB value is (48,29,57). Sum of RGB (Red+Green+Blue) = 48+29+57=134 (17% of max value = 765). Red value is 48 (19.14% from 255 or 35.82% from 134); Green value is 29 (11.72% from 255 or 21.64% from 134); Blue value is 57 (22.66% from 255 or 42.54% from 134); Max value from RGB is 57 - color contains mainly: blue. Hex color #301D39 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #301D39 is #CFE2C6. Grayscale: #252525. Windows color (decimal): -13624007 or 3743024. OLE color: 3743024.

HSL color Cylindrical-coordinate representation of color #301D39: hue angle of 280.71º degrees, saturation: 0.33, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #301D39 is Cyan = 0.16, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB482957-
CMYK0.160.4900.78
HSL280.71º32.56%16.86%-
HSV(B)280.71º49.12%22.35%-
XYZ2.41.84.09-
YUV37.87138.79135.22-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 35.82%
GREEN value IS 29 (11.72% from 255) = 21.64%
BLUE value IS 57 (22.66% from 255) = 42.54%
R=35.82%
G=21.64%
B=42.54%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal4829570.160.4900.78280.7132.5616.86
Hex301D39103104E1192111
Octal603571206101164314121
Binary11000011101111001100001100010100111010001100110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301D39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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