#301137

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

Shades of Blackcurrant #301137

Tints of Blackcurrant #301137

Color information

#301137 (or 0x301137) is unknown color: approx Blackcurrant. HEX triplet: 30, 11 and 37. RGB value is (48,17,55). Sum of RGB (Red+Green+Blue) = 48+17+55=120 (15% of max value = 765). Red value is 48 (19.14% from 255 or 40% from 120); Green value is 17 (7.03% from 255 or 14.17% from 120); Blue value is 55 (21.88% from 255 or 45.83% from 120); Max value from RGB is 55 - color contains mainly: blue. Hex color #301137 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #301137 is #CFEEC8. Grayscale: #1E1E1E. Windows color (decimal): -13627081 or 3608880. OLE color: 3608880.

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

Color convert

RGB481755-
CMYK0.130.6900.78
HSL288.95º52.78%14.12%-
HSV(B)288.95º69.09%21.57%-
XYZ2.111.313.76-
YUV30.6141.77140.41-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 40%
GREEN value IS 17 (7.03% from 255) = 14.17%
BLUE value IS 55 (21.88% from 255) = 45.83%
R=40%
G=14.17%
B=45.83%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal4817550.130.6900.78288.9552.7814.12
Hex301137D4504E12135e
Octal6021671510501164416516
Binary1100001000111011111011000101010011101001000011101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301137

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #301137; }

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

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

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

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

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

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

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

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