Html Css Color HEX #382333 Melanzane

📋 copy color: '#382333'

red 56 ◦ green 35 ◦ blue 51

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

Shades of Melanzane #382333

Tints of Melanzane #382333

RGB

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

 GREEN value IS 35 (14.06% from 255) = 24.65%

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

R = 39.44%
G = 24.65%
B = 35.92%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.09

 K value IS 0.78

RGB Variations

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

Color information

#382333 (or 0x382333) is known color: Melanzane. HEX triplet: 38, 23 and 33. RGB value is (56,35,51). Sum of RGB (Red+Green+Blue) = 56+35+51=142 (18% of max value = 765). Red value is 56 (22.27% from 255 or 39.44% from 142); Green value is 35 (14.06% from 255 or 24.65% from 142); Blue value is 51 (20.31% from 255 or 35.92% from 142); Max value from RGB is 56 - color contains mainly: red. Hex color #382333 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382333 is #C7DCCC. Grayscale: #2B2B2B. Windows color (decimal): -13098189 or 3351352. OLE color: 3351352.

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

Color convert

RGB 56 35 51 -
CMYK 0 0.37 0.09 0.78
HSL 314.29º 0.23% 0.18% -
HSV(B) 314.29º 0.38% 0.22% -
XYZ 2.83 2.28 3.42 -
YUV 43.1 132.46 137.2 -
System Red Green Blue C M Y K H S L
Decimal 56 35 51 0 0.37 0.09 0.78 314.29 0.23 0.18
Hex 38 23 33 0 25 9 4E 13A 17 12
Octal 70 43 63 0 45 11 116 472 27 22
Binary 111000 100011 110011 0 100101 1001 1001110 100111010 10111 10010

Color Harmonies of #382333

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382333

Black with #382333

Text Example


Text Example

White with #382333

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #382333; }

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

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

background-color css

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

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

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

border-color css

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

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

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