Html Css Color HEX #38152F Melanzane

📋 copy color: '#38152F'

red 56 ◦ green 21 ◦ blue 47

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

Shades of Melanzane #38152F

Tints of Melanzane #38152F

RGB

 RED value IS 56 (22.27% from 255) = 45.16%

 GREEN value IS 21 (8.59% from 255) = 16.94%

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

R = 45.16%
G = 16.94%
B = 37.9%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.16

 K value IS 0.78

RGB Variations

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

Color information

#38152F (or 0x38152F) is known color: Melanzane. HEX triplet: 38, 15 and 2F. RGB value is (56,21,47). Sum of RGB (Red+Green+Blue) = 56+21+47=124 (16% of max value = 765). Red value is 56 (22.27% from 255 or 45.16% from 124); Green value is 21 (8.59% from 255 or 16.94% from 124); Blue value is 47 (18.75% from 255 or 37.90% from 124); Max value from RGB is 56 - color contains mainly: red. Hex color #38152F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #38152F is #C7EAD0. Grayscale: #222222. Windows color (decimal): -13101777 or 3085624. OLE color: 3085624.

HSL color Cylindrical-coordinate representation of color #38152F: hue angle of 315.43º degrees, saturation: 0.45, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #38152F is Cyan = 0, Magento = 0.63, Yellow = 0.16 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 21 47 -
CMYK 0 0.63 0.16 0.78
HSL 315.43º 0.45% 0.15% -
HSV(B) 315.43º 0.63% 0.22% -
XYZ 2.41 1.58 2.87 -
YUV 34.43 135.1 143.39 -
System Red Green Blue C M Y K H S L
Decimal 56 21 47 0 0.63 0.16 0.78 315.43 0.45 0.15
Hex 38 15 2F 0 3F 10 4E 13B 2D F
Octal 70 25 57 0 77 20 116 473 55 17
Binary 111000 10101 101111 0 111111 10000 1001110 100111011 101101 1111

Color Harmonies of #38152F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38152F

Black with #38152F

Text Example


Text Example

White with #38152F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,21,47); }

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

background-color css

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

 a { background-color: rgb(56,21,47); }

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

border-color css

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

 span { border-color: rgb(56,21,47); }

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