#481E2F

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

Shades of Castro #481E2F

Tints of Castro #481E2F

Color information

#481E2F (or 0x481E2F) is unknown color: approx Castro. HEX triplet: 48, 1E and 2F. RGB value is (72,30,47). Sum of RGB (Red+Green+Blue) = 72+30+47=149 (19% of max value = 765). Red value is 72 (28.52% from 255 or 48.32% from 149); Green value is 30 (12.11% from 255 or 20.13% from 149); Blue value is 47 (18.75% from 255 or 31.54% from 149); Max value from RGB is 72 - color contains mainly: red. Hex color #481E2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #481E2F is #B7E1D0. Grayscale: #2C2C2C. Windows color (decimal): -12050897 or 3087944. OLE color: 3087944.

HSL color Cylindrical-coordinate representation of color #481E2F: hue angle of 335.71º degrees, saturation: 0.41, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #481E2F is Cyan = 0, Magento = 0.58, Yellow = 0.35 and Black (K on CMYK) = 0.72.

Color convert

RGB723047-
CMYK00.580.350.72
HSL335.71º41.18%20%-
HSV(B)335.71º58.33%28.24%-
XYZ3.652.512.98-
YUV44.5129.41147.62-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 48.32%
GREEN value IS 30 (12.11% from 255) = 20.13%
BLUE value IS 47 (18.75% from 255) = 31.54%
R=48.32%
G=20.13%
B=31.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.35
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72304700.580.350.72335.7141.1820
Hex481E2F03A23481502914
Octal1103657072431105205124
Binary1001000111101011110111010100011100100010101000010100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481E2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,30,47); }

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

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

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

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

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

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

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