#301A47

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

Shades of Blackcurrant #301A47

Tints of Blackcurrant #301A47

Color information

#301A47 (or 0x301A47) is unknown color: approx Blackcurrant. HEX triplet: 30, 1A and 47. RGB value is (48,26,71). Sum of RGB (Red+Green+Blue) = 48+26+71=145 (19% of max value = 765). Red value is 48 (19.14% from 255 or 33.10% from 145); Green value is 26 (10.55% from 255 or 17.93% from 145); Blue value is 71 (28.12% from 255 or 48.97% from 145); Max value from RGB is 71 - color contains mainly: blue. Hex color #301A47 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #301A47 is #CFE5B8. Grayscale: #252525. Windows color (decimal): -13624761 or 4659760. OLE color: 4659760.

HSL color Cylindrical-coordinate representation of color #301A47: hue angle of 269.33º degrees, saturation: 0.46, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #301A47 is Cyan = 0.32, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB482671-
CMYK0.320.6300.72
HSL269.33º46.39%19.02%-
HSV(B)269.33º63.38%27.84%-
XYZ2.731.826.17-
YUV37.71146.79135.34-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 33.10%
GREEN value IS 26 (10.55% from 255) = 17.93%
BLUE value IS 71 (28.12% from 255) = 48.97%
R=33.10%
G=17.93%
B=48.97%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal4826710.320.6300.72269.3346.3919.02
Hex301A47203F04810d2e13
Octal6032107407701104155623
Binary1100001101010001111000001111110100100010000110110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301A47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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