Html Css Color HEX #382B33 Melanzane

📋 copy color: '#382B33'

red 56 ◦ green 43 ◦ blue 51

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

Shades of Melanzane #382B33

Tints of Melanzane #382B33

RGB

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

 GREEN value IS 43 (17.19% from 255) = 28.67%

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

R = 37.33%
G = 28.67%
B = 34%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.09

 K value IS 0.78

RGB Variations

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

Color information

#382B33 (or 0x382B33) is known color: Melanzane. HEX triplet: 38, 2B and 33. RGB value is (56,43,51). Sum of RGB (Red+Green+Blue) = 56+43+51=150 (19% of max value = 765). Red value is 56 (22.27% from 255 or 37.33% from 150); Green value is 43 (17.19% from 255 or 28.67% from 150); Blue value is 51 (20.31% from 255 or 34% from 150); Max value from RGB is 56 - color contains mainly: red. Hex color #382B33 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382B33 is #C7D4CC. Grayscale: #2F2F2F. Windows color (decimal): -13096141 or 3353400. OLE color: 3353400.

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

Color convert

RGB 56 43 51 -
CMYK 0 0.23 0.09 0.78
HSL 323.08º 0.13% 0.19% -
HSV(B) 323.08º 0.23% 0.22% -
XYZ 3.09 2.81 3.51 -
YUV 47.8 129.81 133.85 -
System Red Green Blue C M Y K H S L
Decimal 56 43 51 0 0.23 0.09 0.78 323.08 0.13 0.19
Hex 38 2B 33 0 17 9 4E 143 D 13
Octal 70 53 63 0 27 11 116 503 15 23
Binary 111000 101011 110011 0 10111 1001 1001110 101000011 1101 10011

Color Harmonies of #382B33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382B33

Black with #382B33

Text Example


Text Example

White with #382B33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #382B33; }

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

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

background-color css

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

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

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

border-color css

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

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

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