Html Css Color HEX #301827 Melanzane

📋 copy color: '#301827'

red 48 ◦ green 24 ◦ blue 39

#301827
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Melanzane #301827

Tints of Melanzane #301827

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.63% from 255) = 35.14%

R = 43.24%
G = 21.62%
B = 35.14%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.19

 K value IS 0.81

RGB Variations

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

Color information

#301827 (or 0x301827) is known color: 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

RGB 48 24 39 -
CMYK 0 0.5 0.19 0.81
HSL 322.5º 0.33% 0.14% -
HSV(B) 322.5º 0.5% 0.19% -
XYZ 1.91 1.43 2.09 -
YUV 32.89 131.45 138.78 -
System Red Green Blue C M Y K H S L
Decimal 48 24 39 0 0.5 0.19 0.81 322.5 0.33 0.14
Hex 30 18 27 0 32 13 51 142 21 E
Octal 60 30 47 0 62 23 121 502 41 16
Binary 110000 11000 100111 0 110010 10011 1010001 101000010 100001 1110

Color Harmonies of #301827

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301827

Black with #301827

Text Example


Text Example

White with #301827

Text Example


Text Example

HTML Codes & Css Web 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>