#301E41

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

Shades of Blackcurrant #301E41

Tints of Blackcurrant #301E41

Color information

#301E41 (or 0x301E41) is unknown color: approx Blackcurrant. HEX triplet: 30, 1E and 41. RGB value is (48,30,65). Sum of RGB (Red+Green+Blue) = 48+30+65=143 (18% of max value = 765). Red value is 48 (19.14% from 255 or 33.57% from 143); Green value is 30 (12.11% from 255 or 20.98% from 143); Blue value is 65 (25.78% from 255 or 45.45% from 143); Max value from RGB is 65 - color contains mainly: blue. Hex color #301E41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #301E41 is #CFE1BE. Grayscale: #272727. Windows color (decimal): -13623743 or 4267568. OLE color: 4267568.

HSL color Cylindrical-coordinate representation of color #301E41: hue angle of 270.86º degrees, saturation: 0.37, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #301E41 is Cyan = 0.26, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB483065-
CMYK0.260.5400.75
HSL270.86º36.84%18.63%-
HSV(B)270.86º53.85%25.49%-
XYZ2.641.945.24-
YUV39.37142.46134.15-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 33.57%
GREEN value IS 30 (12.11% from 255) = 20.98%
BLUE value IS 65 (25.78% from 255) = 45.45%
R=33.57%
G=20.98%
B=45.45%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4830650.260.5400.75270.8636.8418.63
Hex301E411A3604B10f2513
Octal6036101326601134174523
Binary110000111101000001110101101100100101110000111110010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301E41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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