#301827

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

Shades of Melanzane #301827

Tints of Melanzane #301827

Color information

#301827 (or 0x301827) is unknown color: approx Melanzane. HEX triplet: 30, 18 and 27. RGB value is (48,24,39). Sum of RGB (Red+Green+Blue) = 48+24+39=111 (14% of max value = 765). Red value is 48 (19.14% from 255 or 43.24% from 111); Green value is 24 (9.77% from 255 or 21.62% from 111); Blue value is 39 (15.62% from 255 or 35.14% from 111); Max value from RGB is 48 - color contains mainly: red. Hex color #301827 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #301827 is #CFE7D8. Grayscale: #202020. Windows color (decimal): -13625305 or 2562096. OLE color: 2562096.

HSL color Cylindrical-coordinate representation of color #301827: hue angle of 322.5º degrees, saturation: 0.33, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #301827 is Cyan = 0, Magento = 0.5, Yellow = 0.19 and Black (K on CMYK) = 0.81.

Color convert

RGB482439-
CMYK00.50.190.81
HSL322.5º33.33%14.12%-
HSV(B)322.5º50%18.82%-
XYZ1.911.432.09-
YUV32.89131.45138.78-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 43.24%
GREEN value IS 24 (9.77% from 255) = 21.62%
BLUE value IS 39 (15.62% from 255) = 35.14%
R=43.24%
G=21.62%
B=35.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.19
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48243900.50.190.81322.533.3314.12
Hex301827032135114221e
Octal603047062231215024116
Binary1100001100010011101100101001110100011010000101000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301827

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #301827; }

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

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

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

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

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

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

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

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