Html Css Color HEX #38142F Melanzane

📋 copy color: '#38142F'

red 56 ◦ green 20 ◦ blue 47

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

Shades of Melanzane #38142F

Tints of Melanzane #38142F

RGB

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

 GREEN value IS 20 (8.2% from 255) = 16.26%

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

R = 45.53%
G = 16.26%
B = 38.21%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.16

 K value IS 0.78

RGB Variations

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

Color information

#38142F (or 0x38142F) is known color: Melanzane. HEX triplet: 38, 14 and 2F. RGB value is (56,20,47). Sum of RGB (Red+Green+Blue) = 56+20+47=123 (16% of max value = 765). Red value is 56 (22.27% from 255 or 45.53% from 123); Green value is 20 (8.20% from 255 or 16.26% from 123); Blue value is 47 (18.75% from 255 or 38.21% from 123); Max value from RGB is 56 - color contains mainly: red. Hex color #38142F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #38142F is #C7EBD0. Grayscale: #212121. Windows color (decimal): -13102033 or 3085368. OLE color: 3085368.

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

Color convert

RGB 56 20 47 -
CMYK 0 0.64 0.16 0.78
HSL 315º 0.47% 0.15% -
HSV(B) 315º 0.64% 0.22% -
XYZ 2.39 1.55 2.86 -
YUV 33.84 135.43 143.8 -
System Red Green Blue C M Y K H S L
Decimal 56 20 47 0 0.64 0.16 0.78 315 0.47 0.15
Hex 38 14 2F 0 40 10 4E 13B 2F F
Octal 70 24 57 0 100 20 116 473 57 17
Binary 111000 10100 101111 0 1000000 10000 1001110 100111011 101111 1111

Color Harmonies of #38142F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38142F

Black with #38142F

Text Example


Text Example

White with #38142F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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