Html Css Color HEX #384030 Mallard

📋 copy color: '#384030'

red 56 ◦ green 64 ◦ blue 48

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

Shades of Mallard #384030

Tints of Mallard #384030

RGB

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

 GREEN value IS 64 (25.39% from 255) = 38.1%

 BLUE value IS 48 (19.14% from 255) = 28.57%

R = 33.33%
G = 38.1%
B = 28.57%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.25

 K value IS 0.75

RGB Variations

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

Color information

#384030 (or 0x384030) is known color: Mallard. HEX triplet: 38, 40 and 30. RGB value is (56,64,48). Sum of RGB (Red+Green+Blue) = 56+64+48=168 (22% of max value = 765). Red value is 56 (22.27% from 255 or 33.33% from 168); Green value is 64 (25.39% from 255 or 38.10% from 168); Blue value is 48 (19.14% from 255 or 28.57% from 168); Max value from RGB is 64 - color contains mainly: green. Hex color #384030 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #384030 is #C7BFCF. Grayscale: #3B3B3B. Windows color (decimal): -13090768 or 3162168. OLE color: 3162168.

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

Color convert

RGB 56 64 48 -
CMYK 0.13 0 0.25 0.75
HSL 90º 0.14% 0.22% -
HSV(B) 90º 0.25% 0.25% -
XYZ 4 4.72 3.5 -
YUV 59.78 121.35 125.3 -
System Red Green Blue C M Y K H S L
Decimal 56 64 48 0.13 0 0.25 0.75 90 0.14 0.22
Hex 38 40 30 D 0 19 4B 5A E 16
Octal 70 100 60 15 0 31 113 132 16 26
Binary 111000 1000000 110000 1101 0 11001 1001011 1011010 1110 10110

Color Harmonies of #384030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384030

Black with #384030

Text Example


Text Example

White with #384030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #384030; }

 p { color: rgb(56,64,48); }

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

background-color css

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

 a { background-color: rgb(56,64,48); }

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

border-color css

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

 span { border-color: rgb(56,64,48); }

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