#301C40

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

Shades of Blackcurrant #301C40

Tints of Blackcurrant #301C40

Color information

#301C40 (or 0x301C40) is unknown color: approx Blackcurrant. HEX triplet: 30, 1C and 40. RGB value is (48,28,64). Sum of RGB (Red+Green+Blue) = 48+28+64=140 (18% of max value = 765). Red value is 48 (19.14% from 255 or 34.29% from 140); Green value is 28 (11.33% from 255 or 20% from 140); Blue value is 64 (25.39% from 255 or 45.71% from 140); Max value from RGB is 64 - color contains mainly: blue. Hex color #301C40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #301C40 is #CFE3BF. Grayscale: #252525. Windows color (decimal): -13624256 or 4201520. OLE color: 4201520.

HSL color Cylindrical-coordinate representation of color #301C40: hue angle of 273.33º degrees, saturation: 0.39, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #301C40 is Cyan = 0.25, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB482864-
CMYK0.250.5600.75
HSL273.33º39.13%18.04%-
HSV(B)273.33º56.25%25.1%-
XYZ2.561.835.07-
YUV38.08142.63135.07-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 34.29%
GREEN value IS 28 (11.33% from 255) = 20%
BLUE value IS 64 (25.39% from 255) = 45.71%
R=34.29%
G=20%
B=45.71%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4828640.250.5600.75273.3339.1318.04
Hex301C40193804B1112712
Octal6034100317001134214722
Binary110000111001000000110011110000100101110001000110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301C40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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