#481B2B

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

Shades of Castro #481B2B

Tints of Castro #481B2B

Color information

#481B2B (or 0x481B2B) is unknown color: approx Castro. HEX triplet: 48, 1B and 2B. RGB value is (72,27,43). Sum of RGB (Red+Green+Blue) = 72+27+43=142 (18% of max value = 765). Red value is 72 (28.52% from 255 or 50.70% from 142); Green value is 27 (10.94% from 255 or 19.01% from 142); Blue value is 43 (17.19% from 255 or 30.28% from 142); Max value from RGB is 72 - color contains mainly: red. Hex color #481B2B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #481B2B is #B7E4D4. Grayscale: #2A2A2A. Windows color (decimal): -12051669 or 2825032. OLE color: 2825032.

HSL color Cylindrical-coordinate representation of color #481B2B: hue angle of 338.67º degrees, saturation: 0.45, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #481B2B is Cyan = 0, Magento = 0.62, Yellow = 0.40 and Black (K on CMYK) = 0.72.

Color convert

RGB722743-
CMYK00.620.400.72
HSL338.67º45.45%19.41%-
HSV(B)338.67º62.5%28.24%-
XYZ3.52.342.55-
YUV42.28128.41149.2-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 50.70%
GREEN value IS 27 (10.94% from 255) = 19.01%
BLUE value IS 43 (17.19% from 255) = 30.28%
R=50.70%
G=19.01%
B=30.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.40
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72274300.620.400.72338.6745.4519.41
Hex481B2B03E28481532d13
Octal1103353076501105235523
Binary1001000110111010110111110101000100100010101001110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481B2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,27,43); }

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

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

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

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

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

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

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