#301a44

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

Shades of Blackcurrant #301A44

Tints of Blackcurrant #301A44

Color information

#301A44 (or 0x301A44) is unknown color: approx Blackcurrant. HEX triplet: 30, 1A and 44. RGB value is (48,26,68). Sum of RGB (Red+Green+Blue) = 48+26+68=142 (18% of max value = 765). Red value is 48 (19.14% from 255 or 33.80% from 142); Green value is 26 (10.55% from 255 or 18.31% from 142); Blue value is 68 (26.95% from 255 or 47.89% from 142); Max value from RGB is 68 - color contains mainly: blue. Hex color #301A44 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #301A44 is #CFE5BB. Grayscale: #252525. Windows color (decimal): -13624764 or 4463152. OLE color: 4463152.

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

Color convert

RGB482668-
CMYK0.290.6200.73
HSL271.43º44.68%18.43%-
HSV(B)271.43º61.76%26.67%-
XYZ2.631.785.67-
YUV37.37145.29135.58-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 33.80%
GREEN value IS 26 (10.55% from 255) = 18.31%
BLUE value IS 68 (26.95% from 255) = 47.89%
R=33.80%
G=18.31%
B=47.89%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4826680.290.6200.73271.4344.6818.43
Hex301A441D3E04910f2d12
Octal6032104357601114175522
Binary110000110101000100111011111100100100110000111110110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301a44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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