#48232F

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

Shades of Castro #48232F

Tints of Castro #48232F

Color information

#48232F (or 0x48232F) is unknown color: approx Castro. HEX triplet: 48, 23 and 2F. RGB value is (72,35,47). Sum of RGB (Red+Green+Blue) = 72+35+47=154 (20% of max value = 765). Red value is 72 (28.52% from 255 or 46.75% from 154); Green value is 35 (14.06% from 255 or 22.73% from 154); Blue value is 47 (18.75% from 255 or 30.52% from 154); Max value from RGB is 72 - color contains mainly: red. Hex color #48232F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48232F is #B7DCD0. Grayscale: #2F2F2F. Windows color (decimal): -12049617 or 3089224. OLE color: 3089224.

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

Color convert

RGB723547-
CMYK00.510.350.72
HSL340.54º34.58%20.98%-
HSV(B)340.54º51.39%28.24%-
XYZ3.792.793.03-
YUV47.43127.76145.52-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 46.75%
GREEN value IS 35 (14.06% from 255) = 22.73%
BLUE value IS 47 (18.75% from 255) = 30.52%
R=46.75%
G=22.73%
B=30.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.35
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72354700.510.350.72340.5434.5820.98
Hex48232F03323481552315
Octal1104357063431105254325
Binary10010001000111011110110011100011100100010101010110001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48232F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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