Html Css Color HEX #382233 Melanzane

📋 copy color: '#382233'

red 56 ◦ green 34 ◦ blue 51

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

Shades of Melanzane #382233

Tints of Melanzane #382233

RGB

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

 GREEN value IS 34 (13.67% from 255) = 24.11%

 BLUE value IS 51 (20.31% from 255) = 36.17%

R = 39.72%
G = 24.11%
B = 36.17%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.09

 K value IS 0.78

RGB Variations

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

Color information

#382233 (or 0x382233) is known color: Melanzane. HEX triplet: 38, 22 and 33. RGB value is (56,34,51). Sum of RGB (Red+Green+Blue) = 56+34+51=141 (18% of max value = 765). Red value is 56 (22.27% from 255 or 39.72% from 141); Green value is 34 (13.67% from 255 or 24.11% from 141); Blue value is 51 (20.31% from 255 or 36.17% from 141); Max value from RGB is 56 - color contains mainly: red. Hex color #382233 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382233 is #C7DDCC. Grayscale: #2A2A2A. Windows color (decimal): -13098445 or 3351096. OLE color: 3351096.

HSL color Cylindrical-coordinate representation of color #382233: hue angle of 313.64º degrees, saturation: 0.24, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #382233 is Cyan = 0, Magento = 0.39, Yellow = 0.09 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 34 51 -
CMYK 0 0.39 0.09 0.78
HSL 313.64º 0.24% 0.18% -
HSV(B) 313.64º 0.39% 0.22% -
XYZ 2.8 2.22 3.41 -
YUV 42.52 132.79 137.62 -
System Red Green Blue C M Y K H S L
Decimal 56 34 51 0 0.39 0.09 0.78 313.64 0.24 0.18
Hex 38 22 33 0 27 9 4E 13A 18 12
Octal 70 42 63 0 47 11 116 472 30 22
Binary 111000 100010 110011 0 100111 1001 1001110 100111010 11000 10010

Color Harmonies of #382233

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382233

Black with #382233

Text Example


Text Example

White with #382233

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #382233; }

 p { color: rgb(56,34,51); }

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

background-color css

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

 a { background-color: rgb(56,34,51); }

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

border-color css

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

 span { border-color: rgb(56,34,51); }

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