#382F01

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

Shades of Maire #382F01

Tints of Maire #382F01

Color information

#382F01 (or 0x382F01) is unknown color: approx Maire. HEX triplet: 38, 2F and 01. RGB value is (56,47,1). Sum of RGB (Red+Green+Blue) = 56+47+1=104 (13% of max value = 765). Red value is 56 (22.27% from 255 or 53.85% from 104); Green value is 47 (18.75% from 255 or 45.19% from 104); Blue value is 1 (0.78% from 255 or 0.96% from 104); Max value from RGB is 56 - color contains mainly: red. Hex color #382F01 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #382F01 is #C7D0FE. Grayscale: #2C2C2C. Windows color (decimal): -13095167 or 77624. OLE color: 77624.

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

Color convert

RGB56471-
CMYK00.160.980.78
HSL50.18º96.49%11.18%-
HSV(B)50.18º98.21%21.96%-
XYZ2.652.880.44-
YUV44.45103.48136.24-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 53.85%
GREEN value IS 47 (18.75% from 255) = 45.19%
BLUE value IS 1 (0.78% from 255) = 0.96%
R=53.85%
G=45.19%
B=0.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.98
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5647100.160.980.7850.1896.4911.18
Hex382F1010624E3260b
Octal705710201421166214013
Binary11100010111110100001100010100111011001011000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382F01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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