Html Css Color HEX #483B3B Eclipse

📋 copy color: '#483B3B'

red 72 ◦ green 59 ◦ blue 59

#483B3B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Eclipse #483B3B

Tints of Eclipse #483B3B

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 value IS 0

 M value IS 0.18

 Y value IS 0.18

 K value IS 0.72

RGB Variations

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

Color information

#483B3B (or 0x483B3B) is known color: 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

RGB 72 59 59 -
CMYK 0 0.18 0.18 0.72
HSL 0.1% 0.26% -
HSV(B) 0.18% 0.28% -
XYZ 5.03 4.82 4.8 -
YUV 62.89 125.81 134.5 -
System Red Green Blue C M Y K H S L
Decimal 72 59 59 0 0.18 0.18 0.72 0 0.1 0.26
Hex 48 3B 3B 0 12 12 48 0 A 1A
Octal 110 73 73 0 22 22 110 0 12 32
Binary 1001000 111011 111011 0 10010 10010 1001000 0 1010 11010

Color Harmonies of #483B3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483B3B

Black with #483B3B

Text Example


Text Example

White with #483B3B

Text Example


Text Example

HTML Codes & Css Web 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>