#48242F

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

Shades of Castro #48242F

Tints of Castro #48242F

Color information

#48242F (or 0x48242F) is unknown color: approx Castro. HEX triplet: 48, 24 and 2F. RGB value is (72,36,47). Sum of RGB (Red+Green+Blue) = 72+36+47=155 (20% of max value = 765). Red value is 72 (28.52% from 255 or 46.45% from 155); Green value is 36 (14.45% from 255 or 23.23% from 155); Blue value is 47 (18.75% from 255 or 30.32% from 155); Max value from RGB is 72 - color contains mainly: red. Hex color #48242F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48242F is #B7DBD0. Grayscale: #303030. Windows color (decimal): -12049361 or 3089480. OLE color: 3089480.

HSL color Cylindrical-coordinate representation of color #48242F: hue angle of 341.67º degrees, saturation: 0.33, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #48242F is Cyan = 0, Magento = 0.5, Yellow = 0.35 and Black (K on CMYK) = 0.72.

Color convert

RGB723647-
CMYK00.50.350.72
HSL341.67º33.33%21.18%-
HSV(B)341.67º50%28.24%-
XYZ3.822.843.04-
YUV48.02127.43145.11-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 46.45%
GREEN value IS 36 (14.45% from 255) = 23.23%
BLUE value IS 47 (18.75% from 255) = 30.32%
R=46.45%
G=23.23%
B=30.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.35
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72364700.50.350.72341.6733.3321.18
Hex48242F03223481562115
Octal1104457062431105264125
Binary10010001001001011110110010100011100100010101011010000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48242F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48242F; }

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

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

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

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

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

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

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

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