#482831

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

Shades of Castro #482831

Tints of Castro #482831

Color information

#482831 (or 0x482831) is unknown color: approx Castro. HEX triplet: 48, 28 and 31. RGB value is (72,40,49). Sum of RGB (Red+Green+Blue) = 72+40+49=161 (21% of max value = 765). Red value is 72 (28.52% from 255 or 44.72% from 161); Green value is 40 (16.02% from 255 or 24.84% from 161); Blue value is 49 (19.53% from 255 or 30.43% from 161); Max value from RGB is 72 - color contains mainly: red. Hex color #482831 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482831 is #B7D7CE. Grayscale: #323232. Windows color (decimal): -12048335 or 3221576. OLE color: 3221576.

HSL color Cylindrical-coordinate representation of color #482831: hue angle of 343.12º degrees, saturation: 0.29, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #482831 is Cyan = 0, Magento = 0.44, Yellow = 0.32 and Black (K on CMYK) = 0.72.

Color convert

RGB724049-
CMYK00.440.320.72
HSL343.12º28.57%21.96%-
HSV(B)343.12º44.44%28.24%-
XYZ3.993.123.3-
YUV50.59127.1143.27-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 44.72%
GREEN value IS 40 (16.02% from 255) = 24.84%
BLUE value IS 49 (19.53% from 255) = 30.43%
R=44.72%
G=24.84%
B=30.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.32
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72404900.440.320.72343.1228.5721.96
Hex48283102C20481571d16
Octal1105061054401105273526
Binary1001000101000110001010110010000010010001010101111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #482831

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #482831; }

 p { color: rgb(72,40,49); }

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

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

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

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

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

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

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