Html Css Color HEX #30262D Melanzane

📋 copy color: '#30262D'

red 48 ◦ green 38 ◦ blue 45

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

Shades of Melanzane #30262D

Tints of Melanzane #30262D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 34.35%

R = 36.64%
G = 29.01%
B = 34.35%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.06

 K value IS 0.81

RGB Variations

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

Color information

#30262D (or 0x30262D) is known color: Melanzane. HEX triplet: 30, 26 and 2D. RGB value is (48,38,45). Sum of RGB (Red+Green+Blue) = 48+38+45=131 (17% of max value = 765). Red value is 48 (19.14% from 255 or 36.64% from 131); Green value is 38 (15.23% from 255 or 29.01% from 131); Blue value is 45 (17.97% from 255 or 34.35% from 131); Max value from RGB is 48 - color contains mainly: red. Hex color #30262D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30262D is #CFD9D2. Grayscale: #292929. Windows color (decimal): -13621715 or 2958896. OLE color: 2958896.

HSL color Cylindrical-coordinate representation of color #30262D: hue angle of 318º 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 #30262D is Cyan = 0, Magento = 0.21, Yellow = 0.06 and Black (K on CMYK) = 0.81.

Color convert

RGB 48 38 45 -
CMYK 0 0.21 0.06 0.81
HSL 318º 0.12% 0.17% -
HSV(B) 318º 0.21% 0.19% -
XYZ 2.39 2.2 2.78 -
YUV 41.79 129.81 132.43 -
System Red Green Blue C M Y K H S L
Decimal 48 38 45 0 0.21 0.06 0.81 318 0.12 0.17
Hex 30 26 2D 0 15 6 51 13E C 11
Octal 60 46 55 0 25 6 121 476 14 21
Binary 110000 100110 101101 0 10101 110 1010001 100111110 1100 10001

Color Harmonies of #30262D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30262D

Black with #30262D

Text Example


Text Example

White with #30262D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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