#301C44

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

Shades of Blackcurrant #301C44

Tints of Blackcurrant #301C44

Color information

#301C44 (or 0x301C44) is unknown color: approx Blackcurrant. HEX triplet: 30, 1C and 44. RGB value is (48,28,68). Sum of RGB (Red+Green+Blue) = 48+28+68=144 (19% of max value = 765). Red value is 48 (19.14% from 255 or 33.33% from 144); Green value is 28 (11.33% from 255 or 19.44% from 144); Blue value is 68 (26.95% from 255 or 47.22% from 144); Max value from RGB is 68 - color contains mainly: blue. Hex color #301C44 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #301C44 is #CFE3BB. Grayscale: #262626. Windows color (decimal): -13624252 or 4463664. OLE color: 4463664.

HSL color Cylindrical-coordinate representation of color #301C44: hue angle of 270º degrees, saturation: 0.42, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #301C44 is Cyan = 0.29, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB482868-
CMYK0.290.5900.73
HSL270º41.67%18.82%-
HSV(B)270º58.82%26.67%-
XYZ2.681.885.69-
YUV38.54144.63134.75-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 33.33%
GREEN value IS 28 (11.33% from 255) = 19.44%
BLUE value IS 68 (26.95% from 255) = 47.22%
R=33.33%
G=19.44%
B=47.22%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4828680.290.5900.7327041.6718.82
Hex301C441D3B04910e2a13
Octal6034104357301114165223
Binary110000111001000100111011110110100100110000111010101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301C44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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