#301B41

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

Shades of Blackcurrant #301B41

Tints of Blackcurrant #301B41

Color information

#301B41 (or 0x301B41) is unknown color: approx Blackcurrant. HEX triplet: 30, 1B and 41. RGB value is (48,27,65). Sum of RGB (Red+Green+Blue) = 48+27+65=140 (18% of max value = 765). Red value is 48 (19.14% from 255 or 34.29% from 140); Green value is 27 (10.94% from 255 or 19.29% from 140); Blue value is 65 (25.78% from 255 or 46.43% from 140); Max value from RGB is 65 - color contains mainly: blue. Hex color #301B41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #301B41 is #CFE4BE. Grayscale: #252525. Windows color (decimal): -13624511 or 4266800. OLE color: 4266800.

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

Color convert

RGB482765-
CMYK0.260.5800.75
HSL273.16º41.3%18.04%-
HSV(B)273.16º58.46%25.49%-
XYZ2.561.795.21-
YUV37.61143.46135.41-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 34.29%
GREEN value IS 27 (10.94% from 255) = 19.29%
BLUE value IS 65 (25.78% from 255) = 46.43%
R=34.29%
G=19.29%
B=46.43%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4827650.260.5800.75273.1641.318.04
Hex301B411A3A04B1112912
Octal6033101327201134215122
Binary110000110111000001110101110100100101110001000110100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301B41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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