#301440

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

Shades of Blackcurrant #301440

Tints of Blackcurrant #301440

Color information

#301440 (or 0x301440) is unknown color: approx Blackcurrant. HEX triplet: 30, 14 and 40. RGB value is (48,20,64). Sum of RGB (Red+Green+Blue) = 48+20+64=132 (17% of max value = 765). Red value is 48 (19.14% from 255 or 36.36% from 132); Green value is 20 (8.20% from 255 or 15.15% from 132); Blue value is 64 (25.39% from 255 or 48.48% from 132); Max value from RGB is 64 - color contains mainly: blue. Hex color #301440 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #301440 is #CFEBBF. Grayscale: #212121. Windows color (decimal): -13626304 or 4199472. OLE color: 4199472.

HSL color Cylindrical-coordinate representation of color #301440: hue angle of 278.18º degrees, saturation: 0.52, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #301440 is Cyan = 0.25, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB482064-
CMYK0.250.6900.75
HSL278.18º52.38%16.47%-
HSV(B)278.18º68.75%25.1%-
XYZ2.391.55.01-
YUV33.39145.28138.42-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 36.36%
GREEN value IS 20 (8.20% from 255) = 15.15%
BLUE value IS 64 (25.39% from 255) = 48.48%
R=36.36%
G=15.15%
B=48.48%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4820640.250.6900.75278.1852.3816.47
Hex301440194504B1163410
Octal60241003110501134266420
Binary1100001010010000001100110001010100101110001011011010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301440

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #301440; }

 p { color: rgb(48,20,64); }

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

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

 a { background-color: rgb(48,20,64); }

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

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

 span { border-color: rgb(48,20,64); }

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