#383F34

Color #383F34 Mallard (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mallard #383F34

Tints of Mallard #383F34

Color information

#383F34 (or 0x383F34) is unknown color: approx Mallard. HEX triplet: 38, 3F and 34. RGB value is (56,63,52). Sum of RGB (Red+Green+Blue) = 56+63+52=171 (22% of max value = 765). Red value is 56 (22.27% from 255 or 32.75% from 171); Green value is 63 (25% from 255 or 36.84% from 171); Blue value is 52 (20.70% from 255 or 30.41% from 171); Max value from RGB is 63 - color contains mainly: green. Hex color #383F34 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383F34 is #C7C0CB. Grayscale: #3B3B3B. Windows color (decimal): -13091020 or 3424056. OLE color: 3424056.

HSL color Cylindrical-coordinate representation of color #383F34: hue angle of 98.18º degrees, saturation: 0.1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #383F34 is Cyan = 0.11, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.75.

Color convert

RGB566352-
CMYK0.1100.170.75
HSL98.18º9.57%22.55%-
HSV(B)98.18º17.46%24.71%-
XYZ4.034.643.93-
YUV59.65123.68125.39-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 32.75%
GREEN value IS 63 (25% from 255) = 36.84%
BLUE value IS 52 (20.70% from 255) = 30.41%
R=32.75%
G=36.84%
B=30.41%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5663520.1100.170.7598.189.5722.55
Hex383F34B0114B62a17
Octal707764130211131421227
Binary111000111111110100101101000110010111100010101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383F34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,63,52); }

 H1.HeaderClassName
 {
   color: #383F34;
 }
 .AnyTagClassName
 {
   color: #383F34;
 }
</style>
background-color css

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

 a { background-color: rgb(56,63,52); }

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

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

 span { border-color: rgb(56,63,52); }

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