#481D30

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

Shades of Castro #481D30

Tints of Castro #481D30

Color information

#481D30 (or 0x481D30) is unknown color: approx Castro. HEX triplet: 48, 1D and 30. RGB value is (72,29,48). Sum of RGB (Red+Green+Blue) = 72+29+48=149 (19% of max value = 765). Red value is 72 (28.52% from 255 or 48.32% from 149); Green value is 29 (11.72% from 255 or 19.46% from 149); Blue value is 48 (19.14% from 255 or 32.21% from 149); Max value from RGB is 72 - color contains mainly: red. Hex color #481D30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #481D30 is #B7E2CF. Grayscale: #2B2B2B. Windows color (decimal): -12051152 or 3153224. OLE color: 3153224.

HSL color Cylindrical-coordinate representation of color #481D30: hue angle of 333.49º degrees, saturation: 0.43, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #481D30 is Cyan = 0, Magento = 0.60, Yellow = 0.33 and Black (K on CMYK) = 0.72.

Color convert

RGB722948-
CMYK00.600.330.72
HSL333.49º42.57%19.8%-
HSV(B)333.49º59.72%28.24%-
XYZ3.652.473.08-
YUV44.02130.25147.96-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 48.32%
GREEN value IS 29 (11.72% from 255) = 19.46%
BLUE value IS 48 (19.14% from 255) = 32.21%
R=48.32%
G=19.46%
B=32.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.33
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72294800.600.330.72333.4942.5719.8
Hex481D3003C214814d2b14
Octal1103560074411105155324
Binary1001000111011100000111100100001100100010100110110101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481D30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #481D30; }

 p { color: rgb(72,29,48); }

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

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

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

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

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

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

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