#301839

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

Shades of Blackcurrant #301839

Tints of Blackcurrant #301839

Color information

#301839 (or 0x301839) is unknown color: approx Blackcurrant. HEX triplet: 30, 18 and 39. RGB value is (48,24,57). Sum of RGB (Red+Green+Blue) = 48+24+57=129 (17% of max value = 765). Red value is 48 (19.14% from 255 or 37.21% from 129); Green value is 24 (9.77% from 255 or 18.60% from 129); Blue value is 57 (22.66% from 255 or 44.19% from 129); Max value from RGB is 57 - color contains mainly: blue. Hex color #301839 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #301839 is #CFE7C6. Grayscale: #222222. Windows color (decimal): -13625287 or 3741744. OLE color: 3741744.

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

Color convert

RGB482457-
CMYK0.160.5800.78
HSL283.64º40.74%15.88%-
HSV(B)283.64º57.89%22.35%-
XYZ2.281.584.05-
YUV34.94140.45137.32-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 37.21%
GREEN value IS 24 (9.77% from 255) = 18.60%
BLUE value IS 57 (22.66% from 255) = 44.19%
R=37.21%
G=18.60%
B=44.19%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal4824570.160.5800.78283.6440.7415.88
Hex301839103A04E11c2910
Octal603071207201164345120
Binary11000011000111001100001110100100111010001110010100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301839

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #301839; }

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

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

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

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

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

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

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

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