#38300B

Color #38300B Maire (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Maire #38300B

Tints of Maire #38300B

Color information

#38300B (or 0x38300B) is unknown color: approx Maire. HEX triplet: 38, 30 and 0B. RGB value is (56,48,11). Sum of RGB (Red+Green+Blue) = 56+48+11=115 (15% of max value = 765). Red value is 56 (22.27% from 255 or 48.70% from 115); Green value is 48 (19.14% from 255 or 41.74% from 115); Blue value is 11 (4.69% from 255 or 9.57% from 115); Max value from RGB is 56 - color contains mainly: red. Hex color #38300B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #38300B is #C7CFF4. Grayscale: #2E2E2E. Windows color (decimal): -13094901 or 733240. OLE color: 733240.

HSL color Cylindrical-coordinate representation of color #38300B: hue angle of 49.33º degrees, saturation: 0.67, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #38300B is Cyan = 0, Magento = 0.14, Yellow = 0.80 and Black (K on CMYK) = 0.78.

Color convert

RGB564811-
CMYK00.140.800.78
HSL49.33º67.16%13.14%-
HSV(B)49.33º80.36%21.96%-
XYZ2.752.980.75-
YUV46.17108.15135.01-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 48.70%
GREEN value IS 48 (19.14% from 255) = 41.74%
BLUE value IS 11 (4.69% from 255) = 9.57%
R=48.70%
G=41.74%
B=9.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.80
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56481100.140.800.7849.3367.1613.14
Hex3830B0E504E3143d
Octal7060130161201166110315
Binary1110001100001011011101010000100111011000110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38300B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38300B; }

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

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

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

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

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

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

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

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