#48262F

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

Shades of Castro #48262F

Tints of Castro #48262F

Color information

#48262F (or 0x48262F) is unknown color: approx Castro. HEX triplet: 48, 26 and 2F. RGB value is (72,38,47). Sum of RGB (Red+Green+Blue) = 72+38+47=157 (20% of max value = 765). Red value is 72 (28.52% from 255 or 45.86% from 157); Green value is 38 (15.23% from 255 or 24.20% from 157); Blue value is 47 (18.75% from 255 or 29.94% from 157); Max value from RGB is 72 - color contains mainly: red. Hex color #48262F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48262F is #B7D9D0. Grayscale: #313131. Windows color (decimal): -12048849 or 3089992. OLE color: 3089992.

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

Color convert

RGB723847-
CMYK00.470.350.72
HSL344.12º30.91%21.57%-
HSV(B)344.12º47.22%28.24%-
XYZ3.882.973.06-
YUV49.19126.76144.27-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 45.86%
GREEN value IS 38 (15.23% from 255) = 24.20%
BLUE value IS 47 (18.75% from 255) = 29.94%
R=45.86%
G=24.20%
B=29.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.35
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72384700.470.350.72344.1230.9121.57
Hex48262F02F23481581f16
Octal1104657057431105303726
Binary1001000100110101111010111110001110010001010110001111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48262F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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