Html Css Color HEX #30262E Melanzane

📋 copy color: '#30262E'

red 48 ◦ green 38 ◦ blue 46

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

Shades of Melanzane #30262E

Tints of Melanzane #30262E

RGB

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

 GREEN value IS 38 (15.23% from 255) = 28.79%

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

R = 36.36%
G = 28.79%
B = 34.85%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.04

 K value IS 0.81

RGB Variations

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

Color information

#30262E (or 0x30262E) is known color: Melanzane. HEX triplet: 30, 26 and 2E. RGB value is (48,38,46). Sum of RGB (Red+Green+Blue) = 48+38+46=132 (17% of max value = 765). Red value is 48 (19.14% from 255 or 36.36% from 132); Green value is 38 (15.23% from 255 or 28.79% from 132); Blue value is 46 (18.36% from 255 or 34.85% from 132); Max value from RGB is 48 - color contains mainly: red. Hex color #30262E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30262E is #CFD9D1. Grayscale: #292929. Windows color (decimal): -13621714 or 3024432. OLE color: 3024432.

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

Color convert

RGB 48 38 46 -
CMYK 0 0.21 0.04 0.81
HSL 312º 0.12% 0.17% -
HSV(B) 312º 0.21% 0.19% -
XYZ 2.41 2.21 2.88 -
YUV 41.9 130.31 132.35 -
System Red Green Blue C M Y K H S L
Decimal 48 38 46 0 0.21 0.04 0.81 312 0.12 0.17
Hex 30 26 2E 0 15 4 51 138 C 11
Octal 60 46 56 0 25 4 121 470 14 21
Binary 110000 100110 101110 0 10101 100 1010001 100111000 1100 10001

Color Harmonies of #30262E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30262E

Black with #30262E

Text Example


Text Example

White with #30262E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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