#392F01

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

Shades of Maire #392F01

Tints of Maire #392F01

Color information

#392F01 (or 0x392F01) is unknown color: approx Maire. HEX triplet: 39, 2F and 01. RGB value is (57,47,1). Sum of RGB (Red+Green+Blue) = 57+47+1=105 (13% of max value = 765). Red value is 57 (22.66% from 255 or 54.29% from 105); Green value is 47 (18.75% from 255 or 44.76% from 105); Blue value is 1 (0.78% from 255 or 0.95% from 105); Max value from RGB is 57 - color contains mainly: red. Hex color #392F01 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #392F01 is #C6D0FE. Grayscale: #2C2C2C. Windows color (decimal): -13029631 or 77625. OLE color: 77625.

HSL color Cylindrical-coordinate representation of color #392F01: hue angle of 49.29º degrees, saturation: 0.97, 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 #392F01 is Cyan = 0, Magento = 0.18, Yellow = 0.98 and Black (K on CMYK) = 0.78.

Color convert

RGB57471-
CMYK00.180.980.78
HSL49.29º96.55%11.37%-
HSV(B)49.29º98.25%22.35%-
XYZ2.712.910.45-
YUV44.75103.31136.74-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 54.29%
GREEN value IS 47 (18.75% from 255) = 44.76%
BLUE value IS 1 (0.78% from 255) = 0.95%
R=54.29%
G=44.76%
B=0.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.98
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5747100.180.980.7849.2996.5511.37
Hex392F1012624E3161b
Octal715710221421166114113
Binary11100110111110100101100010100111011000111000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #392F01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #392F01; }

 p { color: rgb(57,47,1); }

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

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

 a { background-color: rgb(57,47,1); }

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

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

 span { border-color: rgb(57,47,1); }

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