Html Css Color HEX #382433 Melanzane

📋 copy color: '#382433'

red 56 ◦ green 36 ◦ blue 51

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

Shades of Melanzane #382433

Tints of Melanzane #382433

RGB

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

 GREEN value IS 36 (14.45% from 255) = 25.17%

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

R = 39.16%
G = 25.17%
B = 35.66%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.09

 K value IS 0.78

RGB Variations

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

Color information

#382433 (or 0x382433) is known color: Melanzane. HEX triplet: 38, 24 and 33. RGB value is (56,36,51). Sum of RGB (Red+Green+Blue) = 56+36+51=143 (18% of max value = 765). Red value is 56 (22.27% from 255 or 39.16% from 143); Green value is 36 (14.45% from 255 or 25.17% from 143); Blue value is 51 (20.31% from 255 or 35.66% from 143); Max value from RGB is 56 - color contains mainly: red. Hex color #382433 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382433 is #C7DBCC. Grayscale: #2B2B2B. Windows color (decimal): -13097933 or 3351608. OLE color: 3351608.

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

Color convert

RGB 56 36 51 -
CMYK 0 0.36 0.09 0.78
HSL 315º 0.22% 0.18% -
HSV(B) 315º 0.36% 0.22% -
XYZ 2.86 2.34 3.43 -
YUV 43.69 132.13 136.78 -
System Red Green Blue C M Y K H S L
Decimal 56 36 51 0 0.36 0.09 0.78 315 0.22 0.18
Hex 38 24 33 0 24 9 4E 13B 16 12
Octal 70 44 63 0 44 11 116 473 26 22
Binary 111000 100100 110011 0 100100 1001 1001110 100111011 10110 10010

Color Harmonies of #382433

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382433

Black with #382433

Text Example


Text Example

White with #382433

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #382433; }

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

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

background-color css

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

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

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

border-color css

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

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

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