#301336

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

Shades of Blackcurrant #301336

Tints of Blackcurrant #301336

Color information

#301336 (or 0x301336) is unknown color: approx Blackcurrant. HEX triplet: 30, 13 and 36. RGB value is (48,19,54). Sum of RGB (Red+Green+Blue) = 48+19+54=121 (16% of max value = 765). Red value is 48 (19.14% from 255 or 39.67% from 121); Green value is 19 (7.81% from 255 or 15.70% from 121); Blue value is 54 (21.48% from 255 or 44.63% from 121); Max value from RGB is 54 - color contains mainly: blue. Hex color #301336 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #301336 is #CFECC9. Grayscale: #1F1F1F. Windows color (decimal): -13626570 or 3543856. OLE color: 3543856.

HSL color Cylindrical-coordinate representation of color #301336: hue angle of 289.71º degrees, saturation: 0.48, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #301336 is Cyan = 0.11, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB481954-
CMYK0.110.6500.79
HSL289.71º47.95%14.31%-
HSV(B)289.71º64.81%21.18%-
XYZ2.121.363.64-
YUV31.66140.61139.65-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 39.67%
GREEN value IS 19 (7.81% from 255) = 15.70%
BLUE value IS 54 (21.48% from 255) = 44.63%
R=39.67%
G=15.70%
B=44.63%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal4819540.110.6500.79289.7147.9514.31
Hex301336B4104F12230e
Octal6023661310101174426016
Binary1100001001111011010111000001010011111001000101100001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301336

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #301336; }

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

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

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

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

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

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

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

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