#301D3C

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

Shades of Blackcurrant #301D3C

Tints of Blackcurrant #301D3C

Color information

#301D3C (or 0x301D3C) is unknown color: approx Blackcurrant. HEX triplet: 30, 1D and 3C. RGB value is (48,29,60). Sum of RGB (Red+Green+Blue) = 48+29+60=137 (18% of max value = 765). Red value is 48 (19.14% from 255 or 35.04% from 137); Green value is 29 (11.72% from 255 or 21.17% from 137); Blue value is 60 (23.83% from 255 or 43.80% from 137); Max value from RGB is 60 - color contains mainly: blue. Hex color #301D3C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #301D3C is #CFE2C3. Grayscale: #262626. Windows color (decimal): -13624004 or 3939632. OLE color: 3939632.

HSL color Cylindrical-coordinate representation of color #301D3C: hue angle of 276.77º degrees, saturation: 0.35, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #301D3C is Cyan = 0.20, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB482960-
CMYK0.200.5200.76
HSL276.77º34.83%17.45%-
HSV(B)276.77º51.67%23.53%-
XYZ2.471.834.5-
YUV38.22140.29134.98-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 35.04%
GREEN value IS 29 (11.72% from 255) = 21.17%
BLUE value IS 60 (23.83% from 255) = 43.80%
R=35.04%
G=21.17%
B=43.80%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal4829600.200.5200.76276.7734.8317.45
Hex301D3C143404C1152311
Octal603574246401144254321
Binary11000011101111100101001101000100110010001010110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301D3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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