Html Css Color HEX #38192F Melanzane

📋 copy color: '#38192F'

red 56 ◦ green 25 ◦ blue 47

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

Shades of Melanzane #38192F

Tints of Melanzane #38192F

RGB

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

 GREEN value IS 25 (10.16% from 255) = 19.53%

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

R = 43.75%
G = 19.53%
B = 36.72%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.16

 K value IS 0.78

RGB Variations

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

Color information

#38192F (or 0x38192F) is known color: Melanzane. HEX triplet: 38, 19 and 2F. RGB value is (56,25,47). Sum of RGB (Red+Green+Blue) = 56+25+47=128 (16% of max value = 765). Red value is 56 (22.27% from 255 or 43.75% from 128); Green value is 25 (10.16% from 255 or 19.53% from 128); Blue value is 47 (18.75% from 255 or 36.72% from 128); Max value from RGB is 56 - color contains mainly: red. Hex color #38192F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #38192F is #C7E6D0. Grayscale: #242424. Windows color (decimal): -13100753 or 3086648. OLE color: 3086648.

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

Color convert

RGB 56 25 47 -
CMYK 0 0.55 0.16 0.78
HSL 317.42º 0.38% 0.16% -
HSV(B) 317.42º 0.55% 0.22% -
XYZ 2.49 1.74 2.89 -
YUV 36.78 133.77 141.71 -
System Red Green Blue C M Y K H S L
Decimal 56 25 47 0 0.55 0.16 0.78 317.42 0.38 0.16
Hex 38 19 2F 0 37 10 4E 13D 26 10
Octal 70 31 57 0 67 20 116 475 46 20
Binary 111000 11001 101111 0 110111 10000 1001110 100111101 100110 10000

Color Harmonies of #38192F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38192F

Black with #38192F

Text Example


Text Example

White with #38192F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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