#301437

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

Shades of Blackcurrant #301437

Tints of Blackcurrant #301437

Color information

#301437 (or 0x301437) is unknown color: approx Blackcurrant. HEX triplet: 30, 14 and 37. RGB value is (48,20,55). Sum of RGB (Red+Green+Blue) = 48+20+55=123 (16% of max value = 765). Red value is 48 (19.14% from 255 or 39.02% from 123); Green value is 20 (8.20% from 255 or 16.26% from 123); Blue value is 55 (21.88% from 255 or 44.72% from 123); Max value from RGB is 55 - color contains mainly: blue. Hex color #301437 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #301437 is #CFEBC8. Grayscale: #202020. Windows color (decimal): -13626313 or 3609648. OLE color: 3609648.

HSL color Cylindrical-coordinate representation of color #301437: hue angle of 288º degrees, saturation: 0.47, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #301437 is Cyan = 0.13, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB482055-
CMYK0.130.6400.78
HSL288º46.67%14.71%-
HSV(B)288º63.64%21.57%-
XYZ2.161.43.77-
YUV32.36140.78139.15-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 39.02%
GREEN value IS 20 (8.20% from 255) = 16.26%
BLUE value IS 55 (21.88% from 255) = 44.72%
R=39.02%
G=16.26%
B=44.72%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal4820550.130.6400.7828846.6714.71
Hex301437D4004E1202ff
Octal6024671510001164405717
Binary1100001010011011111011000000010011101001000001011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301437

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #301437; }

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

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

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

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

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

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

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

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