#301E40

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

Shades of Blackcurrant #301E40

Tints of Blackcurrant #301E40

Color information

#301E40 (or 0x301E40) is unknown color: approx Blackcurrant. HEX triplet: 30, 1E and 40. RGB value is (48,30,64). Sum of RGB (Red+Green+Blue) = 48+30+64=142 (18% of max value = 765). Red value is 48 (19.14% from 255 or 33.80% from 142); Green value is 30 (12.11% from 255 or 21.13% from 142); Blue value is 64 (25.39% from 255 or 45.07% from 142); Max value from RGB is 64 - color contains mainly: blue. Hex color #301E40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #301E40 is #CFE1BF. Grayscale: #272727. Windows color (decimal): -13623744 or 4202032. OLE color: 4202032.

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

Color convert

RGB483064-
CMYK0.250.5300.75
HSL271.76º36.17%18.43%-
HSV(B)271.76º53.12%25.1%-
XYZ2.611.935.08-
YUV39.26141.96134.24-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 33.80%
GREEN value IS 30 (12.11% from 255) = 21.13%
BLUE value IS 64 (25.39% from 255) = 45.07%
R=33.80%
G=21.13%
B=45.07%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4830640.250.5300.75271.7636.1718.43
Hex301E40193504B1102412
Octal6036100316501134204422
Binary110000111101000000110011101010100101110001000010010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301E40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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