#301740

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

Shades of Blackcurrant #301740

Tints of Blackcurrant #301740

Color information

#301740 (or 0x301740) is unknown color: approx Blackcurrant. HEX triplet: 30, 17 and 40. RGB value is (48,23,64). Sum of RGB (Red+Green+Blue) = 48+23+64=135 (17% of max value = 765). Red value is 48 (19.14% from 255 or 35.56% from 135); Green value is 23 (9.38% from 255 or 17.04% from 135); Blue value is 64 (25.39% from 255 or 47.41% from 135); Max value from RGB is 64 - color contains mainly: blue. Hex color #301740 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #301740 is #CFE8BF. Grayscale: #232323. Windows color (decimal): -13625536 or 4200240. OLE color: 4200240.

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

Color convert

RGB482364-
CMYK0.250.6400.75
HSL276.59º47.13%17.06%-
HSV(B)276.59º64.06%25.1%-
XYZ2.451.615.03-
YUV35.15144.28137.17-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 35.56%
GREEN value IS 23 (9.38% from 255) = 17.04%
BLUE value IS 64 (25.39% from 255) = 47.41%
R=35.56%
G=17.04%
B=47.41%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4823640.250.6400.75276.5947.1317.06
Hex301740194004B1152f11
Octal60271003110001134255721
Binary1100001011110000001100110000000100101110001010110111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #301740; }

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

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

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

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

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

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

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

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