#481F31

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

Shades of Castro #481F31

Tints of Castro #481F31

Color information

#481F31 (or 0x481F31) is unknown color: approx Castro. HEX triplet: 48, 1F and 31. RGB value is (72,31,49). Sum of RGB (Red+Green+Blue) = 72+31+49=152 (20% of max value = 765). Red value is 72 (28.52% from 255 or 47.37% from 152); Green value is 31 (12.5% from 255 or 20.39% from 152); Blue value is 49 (19.53% from 255 or 32.24% from 152); Max value from RGB is 72 - color contains mainly: red. Hex color #481F31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #481F31 is #B7E0CE. Grayscale: #2D2D2D. Windows color (decimal): -12050639 or 3219272. OLE color: 3219272.

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

Color convert

RGB723149-
CMYK00.570.320.72
HSL333.66º39.81%20.2%-
HSV(B)333.66º56.94%28.24%-
XYZ3.722.583.21-
YUV45.31130.08147.04-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 47.37%
GREEN value IS 31 (12.5% from 255) = 20.39%
BLUE value IS 49 (19.53% from 255) = 32.24%
R=47.37%
G=20.39%
B=32.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.32
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72314900.570.320.72333.6639.8120.2
Hex481F31039204814e2814
Octal1103761071401105165024
Binary1001000111111100010111001100000100100010100111010100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481F31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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