#301944

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

Shades of Blackcurrant #301944

Tints of Blackcurrant #301944

Color information

#301944 (or 0x301944) is unknown color: approx Blackcurrant. HEX triplet: 30, 19 and 44. RGB value is (48,25,68). Sum of RGB (Red+Green+Blue) = 48+25+68=141 (18% of max value = 765). Red value is 48 (19.14% from 255 or 34.04% from 141); Green value is 25 (10.16% from 255 or 17.73% from 141); Blue value is 68 (26.95% from 255 or 48.23% from 141); Max value from RGB is 68 - color contains mainly: blue. Hex color #301944 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #301944 is #CFE6BB. Grayscale: #242424. Windows color (decimal): -13625020 or 4462896. OLE color: 4462896.

HSL color Cylindrical-coordinate representation of color #301944: hue angle of 272.09º degrees, saturation: 0.46, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #301944 is Cyan = 0.29, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB482568-
CMYK0.290.6300.73
HSL272.09º46.24%18.24%-
HSV(B)272.09º63.24%26.67%-
XYZ2.611.745.67-
YUV36.78145.62136-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 34.04%
GREEN value IS 25 (10.16% from 255) = 17.73%
BLUE value IS 68 (26.95% from 255) = 48.23%
R=34.04%
G=17.73%
B=48.23%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4825680.290.6300.73272.0946.2418.24
Hex3019441D3F0491102e12
Octal6031104357701114205622
Binary110000110011000100111011111110100100110001000010111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301944

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #301944; }

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

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

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

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

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

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

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

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