#483B3B

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

Shades of Eclipse #483B3B

Tints of Eclipse #483B3B

Color information

#483B3B (or 0x483B3B) is unknown color: approx Eclipse. HEX triplet: 48, 3B and 3B. RGB value is (72,59,59). Sum of RGB (Red+Green+Blue) = 72+59+59=190 (25% of max value = 765). Red value is 72 (28.52% from 255 or 37.89% from 190); Green value is 59 (23.44% from 255 or 31.05% from 190); Blue value is 59 (23.44% from 255 or 31.05% from 190); Max value from RGB is 72 - color contains mainly: red. Hex color #483B3B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483B3B is #B7C4C4. Grayscale: #3E3E3E. Windows color (decimal): -12043461 or 3881800. OLE color: 3881800.

HSL color Cylindrical-coordinate representation of color #483B3B: hue angle of 0º degrees, saturation: 0.1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #483B3B is Cyan = 0, Magento = 0.18, Yellow = 0.18 and Black (K on CMYK) = 0.72.

Color convert

RGB725959-
CMYK00.180.180.72
HSL9.92%25.69%-
HSV(B)18.06%28.24%-
XYZ5.034.824.8-
YUV62.89125.81134.5-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 37.89%
GREEN value IS 59 (23.44% from 255) = 31.05%
BLUE value IS 59 (23.44% from 255) = 31.05%
R=37.89%
G=31.05%
B=31.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.18
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72595900.180.180.7209.9225.69
Hex483B3B01212480a1a
Octal11073730222211001232
Binary10010001110111110110100101001010010000101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483B3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #483B3B; }

 p { color: rgb(72,59,59); }

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

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

 a { background-color: rgb(72,59,59); }

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

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

 span { border-color: rgb(72,59,59); }

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