Html Css Color HEX #383E33 Mallard

📋 copy color: '#383E33'

red 56 ◦ green 62 ◦ blue 51

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

Shades of Mallard #383E33

Tints of Mallard #383E33

RGB

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

 GREEN value IS 62 (24.61% from 255) = 36.69%

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

R = 33.14%
G = 36.69%
B = 30.18%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.18

 K value IS 0.76

RGB Variations

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

Color information

#383E33 (or 0x383E33) is known color: Mallard. HEX triplet: 38, 3E and 33. RGB value is (56,62,51). Sum of RGB (Red+Green+Blue) = 56+62+51=169 (22% of max value = 765). Red value is 56 (22.27% from 255 or 33.14% from 169); Green value is 62 (24.61% from 255 or 36.69% from 169); Blue value is 51 (20.31% from 255 or 30.18% from 169); Max value from RGB is 62 - color contains mainly: green. Hex color #383E33 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383E33 is #C7C1CC. Grayscale: #3A3A3A. Windows color (decimal): -13091277 or 3358264. OLE color: 3358264.

HSL color Cylindrical-coordinate representation of color #383E33: hue angle of 92.73º degrees, saturation: 0.1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #383E33 is Cyan = 0.10, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.76.

Color convert

RGB 56 62 51 -
CMYK 0.10 0 0.18 0.76
HSL 92.73º 0.1% 0.22% -
HSV(B) 92.73º 0.18% 0.24% -
XYZ 3.95 4.53 3.8 -
YUV 58.95 123.51 125.89 -
System Red Green Blue C M Y K H S L
Decimal 56 62 51 0.10 0 0.18 0.76 92.73 0.1 0.22
Hex 38 3E 33 A 0 12 4C 5D A 16
Octal 70 76 63 12 0 22 114 135 12 26
Binary 111000 111110 110011 1010 0 10010 1001100 1011101 1010 10110

Color Harmonies of #383E33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383E33

Black with #383E33

Text Example


Text Example

White with #383E33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #383E33; }

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

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

background-color css

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

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

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

border-color css

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

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

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