Html Css Color HEX #30282F Melanzane

📋 copy color: '#30282F'

red 48 ◦ green 40 ◦ blue 47

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

Shades of Melanzane #30282F

Tints of Melanzane #30282F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 34.81%

R = 35.56%
G = 29.63%
B = 34.81%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.02

 K value IS 0.81

RGB Variations

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

Color information

#30282F (or 0x30282F) is known color: Melanzane. HEX triplet: 30, 28 and 2F. RGB value is (48,40,47). Sum of RGB (Red+Green+Blue) = 48+40+47=135 (17% of max value = 765). Red value is 48 (19.14% from 255 or 35.56% from 135); Green value is 40 (16.02% from 255 or 29.63% from 135); Blue value is 47 (18.75% from 255 or 34.81% from 135); Max value from RGB is 48 - color contains mainly: red. Hex color #30282F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30282F is #CFD7D0. Grayscale: #2B2B2B. Windows color (decimal): -13621201 or 3090480. OLE color: 3090480.

HSL color Cylindrical-coordinate representation of color #30282F: hue angle of 307.5º 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 #30282F is Cyan = 0, Magento = 0.17, Yellow = 0.02 and Black (K on CMYK) = 0.81.

Color convert

RGB 48 40 47 -
CMYK 0 0.17 0.02 0.81
HSL 307.5º 0.09% 0.17% -
HSV(B) 307.5º 0.17% 0.19% -
XYZ 2.49 2.35 3.01 -
YUV 43.19 130.15 131.43 -
System Red Green Blue C M Y K H S L
Decimal 48 40 47 0 0.17 0.02 0.81 307.5 0.09 0.17
Hex 30 28 2F 0 11 2 51 134 9 11
Octal 60 50 57 0 21 2 121 464 11 21
Binary 110000 101000 101111 0 10001 10 1010001 100110100 1001 10001

Color Harmonies of #30282F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30282F

Black with #30282F

Text Example


Text Example

White with #30282F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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