#383303

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

Shades of Maire #383303

Tints of Maire #383303

Color information

#383303 (or 0x383303) is unknown color: approx Maire. HEX triplet: 38, 33 and 03. RGB value is (56,51,3). Sum of RGB (Red+Green+Blue) = 56+51+3=110 (14% of max value = 765). Red value is 56 (22.27% from 255 or 50.91% from 110); Green value is 51 (20.31% from 255 or 46.36% from 110); Blue value is 3 (1.56% from 255 or 2.73% from 110); Max value from RGB is 56 - color contains mainly: red. Hex color #383303 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #383303 is #C7CCFC. Grayscale: #2F2F2F. Windows color (decimal): -13094141 or 209720. OLE color: 209720.

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

Color convert

RGB56513-
CMYK00.090.950.78
HSL54.34º89.83%11.57%-
HSV(B)54.34º94.64%21.96%-
XYZ2.833.210.56-
YUV47.02103.16134.4-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 50.91%
GREEN value IS 51 (20.31% from 255) = 46.36%
BLUE value IS 3 (1.56% from 255) = 2.73%
R=50.91%
G=46.36%
B=2.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.95
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5651300.090.950.7854.3489.8311.57
Hex38333095F4E365ac
Octal706330111371166613214
Binary11100011001111010011011111100111011011010110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383303

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #383303; }

 p { color: rgb(56,51,3); }

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

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

 a { background-color: rgb(56,51,3); }

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

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

 span { border-color: rgb(56,51,3); }

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