Html Css Color HEX #38212F Melanzane

📋 copy color: '#38212F'

red 56 ◦ green 33 ◦ blue 47

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

Shades of Melanzane #38212F

Tints of Melanzane #38212F

RGB

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

 GREEN value IS 33 (13.28% from 255) = 24.26%

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

R = 41.18%
G = 24.26%
B = 34.56%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.16

 K value IS 0.78

RGB Variations

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

Color information

#38212F (or 0x38212F) is known color: Melanzane. HEX triplet: 38, 21 and 2F. RGB value is (56,33,47). Sum of RGB (Red+Green+Blue) = 56+33+47=136 (18% of max value = 765). Red value is 56 (22.27% from 255 or 41.18% from 136); Green value is 33 (13.28% from 255 or 24.26% from 136); Blue value is 47 (18.75% from 255 or 34.56% from 136); Max value from RGB is 56 - color contains mainly: red. Hex color #38212F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38212F is #C7DED0. Grayscale: #292929. Windows color (decimal): -13098705 or 3088696. OLE color: 3088696.

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

Color convert

RGB 56 33 47 -
CMYK 0 0.41 0.16 0.78
HSL 323.48º 0.26% 0.17% -
HSV(B) 323.48º 0.41% 0.22% -
XYZ 2.69 2.13 2.96 -
YUV 41.47 131.12 138.36 -
System Red Green Blue C M Y K H S L
Decimal 56 33 47 0 0.41 0.16 0.78 323.48 0.26 0.17
Hex 38 21 2F 0 29 10 4E 143 1A 11
Octal 70 41 57 0 51 20 116 503 32 21
Binary 111000 100001 101111 0 101001 10000 1001110 101000011 11010 10001

Color Harmonies of #38212F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38212F

Black with #38212F

Text Example


Text Example

White with #38212F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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