#48202F

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

Shades of Castro #48202F

Tints of Castro #48202F

Color information

#48202F (or 0x48202F) is unknown color: approx Castro. HEX triplet: 48, 20 and 2F. RGB value is (72,32,47). Sum of RGB (Red+Green+Blue) = 72+32+47=151 (20% of max value = 765). Red value is 72 (28.52% from 255 or 47.68% from 151); Green value is 32 (12.89% from 255 or 21.19% from 151); Blue value is 47 (18.75% from 255 or 31.13% from 151); Max value from RGB is 72 - color contains mainly: red. Hex color #48202F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48202F is #B7DFD0. Grayscale: #2D2D2D. Windows color (decimal): -12050385 or 3088456. OLE color: 3088456.

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

Color convert

RGB723247-
CMYK00.560.350.72
HSL337.5º38.46%20.39%-
HSV(B)337.5º55.56%28.24%-
XYZ3.72.623-
YUV45.67128.75146.78-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 47.68%
GREEN value IS 32 (12.89% from 255) = 21.19%
BLUE value IS 47 (18.75% from 255) = 31.13%
R=47.68%
G=21.19%
B=31.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.35
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72324700.560.350.72337.538.4620.39
Hex48202F03823481522614
Octal1104057070431105224624
Binary10010001000001011110111000100011100100010101001010011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48202F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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