#301337

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

Shades of Blackcurrant #301337

Tints of Blackcurrant #301337

Color information

#301337 (or 0x301337) is unknown color: approx Blackcurrant. HEX triplet: 30, 13 and 37. RGB value is (48,19,55). Sum of RGB (Red+Green+Blue) = 48+19+55=122 (16% of max value = 765). Red value is 48 (19.14% from 255 or 39.34% from 122); Green value is 19 (7.81% from 255 or 15.57% from 122); Blue value is 55 (21.88% from 255 or 45.08% from 122); Max value from RGB is 55 - color contains mainly: blue. Hex color #301337 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #301337 is #CFECC8. Grayscale: #1F1F1F. Windows color (decimal): -13626569 or 3609392. OLE color: 3609392.

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

Color convert

RGB481955-
CMYK0.130.6500.78
HSL288.33º48.65%14.51%-
HSV(B)288.33º65.45%21.57%-
XYZ2.141.373.77-
YUV31.78141.11139.57-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 39.34%
GREEN value IS 19 (7.81% from 255) = 15.57%
BLUE value IS 55 (21.88% from 255) = 45.08%
R=39.34%
G=15.57%
B=45.08%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal4819550.130.6500.78288.3348.6514.51
Hex301337D4104E12031f
Octal6023671510101164406117
Binary1100001001111011111011000001010011101001000001100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301337

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #301337; }

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

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

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

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

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

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

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

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