#48182A

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

Shades of Castro #48182A

Tints of Castro #48182A

Color information

#48182A (or 0x48182A) is unknown color: approx Castro. HEX triplet: 48, 18 and 2A. RGB value is (72,24,42). Sum of RGB (Red+Green+Blue) = 72+24+42=138 (18% of max value = 765). Red value is 72 (28.52% from 255 or 52.17% from 138); Green value is 24 (9.77% from 255 or 17.39% from 138); Blue value is 42 (16.80% from 255 or 30.43% from 138); Max value from RGB is 72 - color contains mainly: red. Hex color #48182A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #48182A is #B7E7D5. Grayscale: #282828. Windows color (decimal): -12052438 or 2758728. OLE color: 2758728.

HSL color Cylindrical-coordinate representation of color #48182A: hue angle of 337.5º degrees, saturation: 0.5, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #48182A is Cyan = 0, Magento = 0.67, Yellow = 0.42 and Black (K on CMYK) = 0.72.

Color convert

RGB722442-
CMYK00.670.420.72
HSL337.5º50%18.82%-
HSV(B)337.5º66.67%28.24%-
XYZ3.422.22.43-
YUV40.4128.9150.54-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 52.17%
GREEN value IS 24 (9.77% from 255) = 17.39%
BLUE value IS 42 (16.80% from 255) = 30.43%
R=52.17%
G=17.39%
B=30.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.42
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72244200.670.420.72337.55018.82
Hex48182A0432A481523213
Octal11030520103521105226223
Binary10010001100010101001000011101010100100010101001011001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48182A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48182A; }

 p { color: rgb(72,24,42); }

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

<style>
 a { background-color: #48182A; }

 a { background-color: rgb(72,24,42); }

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

<style>
 span { border-color: #48182A; }

 span { border-color: rgb(72,24,42); }

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