#383101

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

Shades of Maire #383101

Tints of Maire #383101

Color information

#383101 (or 0x383101) is unknown color: approx Maire. HEX triplet: 38, 31 and 01. RGB value is (56,49,1). Sum of RGB (Red+Green+Blue) = 56+49+1=106 (14% of max value = 765). Red value is 56 (22.27% from 255 or 52.83% from 106); Green value is 49 (19.53% from 255 or 46.23% from 106); Blue value is 1 (0.78% from 255 or 0.94% from 106); Max value from RGB is 56 - color contains mainly: red. Hex color #383101 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #383101 is #C7CEFE. Grayscale: #2D2D2D. Windows color (decimal): -13094655 or 78136. OLE color: 78136.

HSL color Cylindrical-coordinate representation of color #383101: hue angle of 52.36º degrees, saturation: 0.96, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #383101 is Cyan = 0, Magento = 0.12, Yellow = 0.98 and Black (K on CMYK) = 0.78.

Color convert

RGB56491-
CMYK00.120.980.78
HSL52.36º96.49%11.18%-
HSV(B)52.36º98.21%21.96%-
XYZ2.733.040.47-
YUV45.62102.82135.4-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 52.83%
GREEN value IS 49 (19.53% from 255) = 46.23%
BLUE value IS 1 (0.78% from 255) = 0.94%
R=52.83%
G=46.23%
B=0.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.98
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5649100.120.980.7852.3696.4911.18
Hex383110C624E3460b
Octal706110141421166414013
Binary1110001100011011001100010100111011010011000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383101

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #383101; }

 p { color: rgb(56,49,1); }

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

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

 a { background-color: rgb(56,49,1); }

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

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

 span { border-color: rgb(56,49,1); }

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