#301639

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

Shades of Blackcurrant #301639

Tints of Blackcurrant #301639

Color information

#301639 (or 0x301639) is unknown color: approx Blackcurrant. HEX triplet: 30, 16 and 39. RGB value is (48,22,57). Sum of RGB (Red+Green+Blue) = 48+22+57=127 (16% of max value = 765). Red value is 48 (19.14% from 255 or 37.80% from 127); Green value is 22 (8.98% from 255 or 17.32% from 127); Blue value is 57 (22.66% from 255 or 44.88% from 127); Max value from RGB is 57 - color contains mainly: blue. Hex color #301639 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #301639 is #CFE9C6. Grayscale: #212121. Windows color (decimal): -13625799 or 3741232. OLE color: 3741232.

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

Color convert

RGB482257-
CMYK0.160.6100.78
HSL284.57º44.3%15.49%-
HSV(B)284.57º61.4%22.35%-
XYZ2.241.54.04-
YUV33.76141.11138.15-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 37.80%
GREEN value IS 22 (8.98% from 255) = 17.32%
BLUE value IS 57 (22.66% from 255) = 44.88%
R=37.80%
G=17.32%
B=44.88%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal4822570.160.6100.78284.5744.315.49
Hex301639103D04E11d2cf
Octal602671207501164355417
Binary1100001011011100110000111101010011101000111011011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301639

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #301639; }

 p { color: rgb(48,22,57); }

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

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

 a { background-color: rgb(48,22,57); }

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

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

 span { border-color: rgb(48,22,57); }

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