#383C34

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

Shades of Mallard #383C34

Tints of Mallard #383C34

Color information

#383C34 (or 0x383C34) is unknown color: approx Mallard. HEX triplet: 38, 3C and 34. RGB value is (56,60,52). Sum of RGB (Red+Green+Blue) = 56+60+52=168 (22% of max value = 765). Red value is 56 (22.27% from 255 or 33.33% from 168); Green value is 60 (23.83% from 255 or 35.71% from 168); Blue value is 52 (20.70% from 255 or 30.95% from 168); Max value from RGB is 60 - color contains mainly: green. Hex color #383C34 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383C34 is #C7C3CB. Grayscale: #393939. Windows color (decimal): -13091788 or 3423288. OLE color: 3423288.

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

Color convert

RGB566052-
CMYK0.0700.130.76
HSL90º7.14%21.96%-
HSV(B)90º13.33%23.53%-
XYZ3.874.323.88-
YUV57.89124.67126.65-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 33.33%
GREEN value IS 60 (23.83% from 255) = 35.71%
BLUE value IS 52 (20.70% from 255) = 30.95%
R=33.33%
G=35.71%
B=30.95%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal5660520.0700.130.76907.1421.96
Hex383C3470D4C5a716
Octal7074647015114132726
Binary111000111100110100111011011001100101101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383C34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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