#301C39

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

Shades of Blackcurrant #301C39

Tints of Blackcurrant #301C39

Color information

#301C39 (or 0x301C39) is unknown color: approx Blackcurrant. HEX triplet: 30, 1C and 39. RGB value is (48,28,57). Sum of RGB (Red+Green+Blue) = 48+28+57=133 (17% of max value = 765). Red value is 48 (19.14% from 255 or 36.09% from 133); Green value is 28 (11.33% from 255 or 21.05% from 133); Blue value is 57 (22.66% from 255 or 42.86% from 133); Max value from RGB is 57 - color contains mainly: blue. Hex color #301C39 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #301C39 is #CFE3C6. Grayscale: #252525. Windows color (decimal): -13624263 or 3742768. OLE color: 3742768.

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

Color convert

RGB482857-
CMYK0.160.5100.78
HSL281.38º34.12%16.67%-
HSV(B)281.38º50.88%22.35%-
XYZ2.371.754.08-
YUV37.29139.13135.64-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 36.09%
GREEN value IS 28 (11.33% from 255) = 21.05%
BLUE value IS 57 (22.66% from 255) = 42.86%
R=36.09%
G=21.05%
B=42.86%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal4828570.160.5100.78281.3834.1216.67
Hex301C39103304E1192211
Octal603471206301164314221
Binary11000011100111001100001100110100111010001100110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301C39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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