Html Css Color HEX #30282E Melanzane

📋 copy color: '#30282E'

red 48 ◦ green 40 ◦ blue 46

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

Shades of Melanzane #30282E

Tints of Melanzane #30282E

RGB

 RED value IS 48 (19.14% from 255) = 35.82%

 GREEN value IS 40 (16.02% from 255) = 29.85%

 BLUE value IS 46 (18.36% from 255) = 34.33%

R = 35.82%
G = 29.85%
B = 34.33%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.04

 K value IS 0.81

RGB Variations

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

Color information

#30282E (or 0x30282E) is known color: Melanzane. HEX triplet: 30, 28 and 2E. RGB value is (48,40,46). Sum of RGB (Red+Green+Blue) = 48+40+46=134 (17% of max value = 765). Red value is 48 (19.14% from 255 or 35.82% from 134); Green value is 40 (16.02% from 255 or 29.85% from 134); Blue value is 46 (18.36% from 255 or 34.33% from 134); Max value from RGB is 48 - color contains mainly: red. Hex color #30282E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30282E is #CFD7D1. Grayscale: #2B2B2B. Windows color (decimal): -13621202 or 3024944. OLE color: 3024944.

HSL color Cylindrical-coordinate representation of color #30282E: hue angle of 315º degrees, saturation: 0.09, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #30282E is Cyan = 0, Magento = 0.17, Yellow = 0.04 and Black (K on CMYK) = 0.81.

Color convert

RGB 48 40 46 -
CMYK 0 0.17 0.04 0.81
HSL 315º 0.09% 0.17% -
HSV(B) 315º 0.17% 0.19% -
XYZ 2.47 2.34 2.91 -
YUV 43.08 129.65 131.51 -
System Red Green Blue C M Y K H S L
Decimal 48 40 46 0 0.17 0.04 0.81 315 0.09 0.17
Hex 30 28 2E 0 11 4 51 13B 9 11
Octal 60 50 56 0 21 4 121 473 11 21
Binary 110000 101000 101110 0 10001 100 1010001 100111011 1001 10001

Color Harmonies of #30282E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30282E

Black with #30282E

Text Example


Text Example

White with #30282E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30282E; }

 p { color: rgb(48,40,46); }

 H1.HeaderClassName
 {
   color: #30282E;
 }
 .AnyTagClassName
 {
   color: #30282E;
 }
</style>

background-color css

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

 a { background-color: rgb(48,40,46); }

 div.DivClassName
 {
   background-color: #30282E;
 }
 .BgClassName
 {
   background-color: #30282E;
 }
</style>

border-color css

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

 span { border-color: rgb(48,40,46); }

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