Html Css Color HEX #383C35 Mallard

📋 copy color: '#383C35'

red 56 ◦ green 60 ◦ blue 53

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

Shades of Mallard #383C35

Tints of Mallard #383C35

RGB

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

 GREEN value IS 60 (23.83% from 255) = 35.5%

 BLUE value IS 53 (21.09% from 255) = 31.36%

R = 33.14%
G = 35.5%
B = 31.36%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.12

 K value IS 0.76

RGB Variations

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

Color information

#383C35 (or 0x383C35) is known color: Mallard. HEX triplet: 38, 3C and 35. RGB value is (56,60,53). Sum of RGB (Red+Green+Blue) = 56+60+53=169 (22% of max value = 765). Red value is 56 (22.27% from 255 or 33.14% from 169); Green value is 60 (23.83% from 255 or 35.50% from 169); Blue value is 53 (21.09% from 255 or 31.36% from 169); Max value from RGB is 60 - color contains mainly: green. Hex color #383C35 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383C35 is #C7C3CA. Grayscale: #3A3A3A. Windows color (decimal): -13091787 or 3488824. OLE color: 3488824.

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

Color convert

RGB 56 60 53 -
CMYK 0.07 0 0.12 0.76
HSL 94.29º 0.06% 0.22% -
HSV(B) 94.29º 0.12% 0.24% -
XYZ 3.89 4.33 4 -
YUV 58.01 125.17 126.57 -
System Red Green Blue C M Y K H S L
Decimal 56 60 53 0.07 0 0.12 0.76 94.29 0.06 0.22
Hex 38 3C 35 7 0 C 4C 5E 6 16
Octal 70 74 65 7 0 14 114 136 6 26
Binary 111000 111100 110101 111 0 1100 1001100 1011110 110 10110

Color Harmonies of #383C35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383C35

Black with #383C35

Text Example


Text Example

White with #383C35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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