#301838

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

Shades of Blackcurrant #301838

Tints of Blackcurrant #301838

Color information

#301838 (or 0x301838) is unknown color: approx Blackcurrant. HEX triplet: 30, 18 and 38. RGB value is (48,24,56). Sum of RGB (Red+Green+Blue) = 48+24+56=128 (16% of max value = 765). Red value is 48 (19.14% from 255 or 37.5% from 128); Green value is 24 (9.77% from 255 or 18.75% from 128); Blue value is 56 (22.27% from 255 or 43.75% from 128); Max value from RGB is 56 - color contains mainly: blue. Hex color #301838 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #301838 is #CFE7C7. Grayscale: #222222. Windows color (decimal): -13625288 or 3676208. OLE color: 3676208.

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

Color convert

RGB482456-
CMYK0.140.5700.78
HSL285º40%15.69%-
HSV(B)285º57.14%21.96%-
XYZ2.261.573.92-
YUV34.82139.95137.4-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 37.5%
GREEN value IS 24 (9.77% from 255) = 18.75%
BLUE value IS 56 (22.27% from 255) = 43.75%
R=37.5%
G=18.75%
B=43.75%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal4824560.140.5700.782854015.69
Hex301838E3904E11d2810
Octal603070167101164355020
Binary1100001100011100011101110010100111010001110110100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301838

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #301838; }

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

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

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

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

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

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

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

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