#301936

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

Shades of Blackcurrant #301936

Tints of Blackcurrant #301936

Color information

#301936 (or 0x301936) is unknown color: approx Blackcurrant. HEX triplet: 30, 19 and 36. RGB value is (48,25,54). Sum of RGB (Red+Green+Blue) = 48+25+54=127 (16% of max value = 765). Red value is 48 (19.14% from 255 or 37.80% from 127); Green value is 25 (10.16% from 255 or 19.69% from 127); Blue value is 54 (21.48% from 255 or 42.52% from 127); Max value from RGB is 54 - color contains mainly: blue. Hex color #301936 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #301936 is #CFE6C9. Grayscale: #232323. Windows color (decimal): -13625034 or 3545392. OLE color: 3545392.

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

Color convert

RGB482554-
CMYK0.110.5400.79
HSL287.59º36.71%15.49%-
HSV(B)287.59º53.7%21.18%-
XYZ2.231.593.68-
YUV35.18138.62137.14-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 37.80%
GREEN value IS 25 (10.16% from 255) = 19.69%
BLUE value IS 54 (21.48% from 255) = 42.52%
R=37.80%
G=19.69%
B=42.52%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal4825540.110.5400.79287.5936.7115.49
Hex301936B3604F12025f
Octal603166136601174404517
Binary110000110011101101011110110010011111001000001001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301936

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #301936; }

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

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

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

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

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

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

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

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