#492330

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

Shades of Castro #492330

Tints of Castro #492330

Color information

#492330 (or 0x492330) is unknown color: approx Castro. HEX triplet: 49, 23 and 30. RGB value is (73,35,48). Sum of RGB (Red+Green+Blue) = 73+35+48=156 (20% of max value = 765). Red value is 73 (28.91% from 255 or 46.79% from 156); Green value is 35 (14.06% from 255 or 22.44% from 156); Blue value is 48 (19.14% from 255 or 30.77% from 156); Max value from RGB is 73 - color contains mainly: red. Hex color #492330 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #492330 is #B6DCCF. Grayscale: #2F2F2F. Windows color (decimal): -11984080 or 3154761. OLE color: 3154761.

HSL color Cylindrical-coordinate representation of color #492330: hue angle of 339.47º degrees, saturation: 0.35, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #492330 is Cyan = 0, Magento = 0.52, Yellow = 0.34 and Black (K on CMYK) = 0.71.

Color convert

RGB733548-
CMYK00.520.340.71
HSL339.47º35.19%21.18%-
HSV(B)339.47º52.05%28.63%-
XYZ3.882.833.14-
YUV47.84128.09145.94-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 46.79%
GREEN value IS 35 (14.06% from 255) = 22.44%
BLUE value IS 48 (19.14% from 255) = 30.77%
R=46.79%
G=22.44%
B=30.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.34
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73354800.520.340.71339.4735.1921.18
Hex49233003422471532315
Octal1114360064421075234325
Binary10010011000111100000110100100010100011110101001110001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #492330

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #492330; }

 p { color: rgb(73,35,48); }

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

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

 a { background-color: rgb(73,35,48); }

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

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

 span { border-color: rgb(73,35,48); }

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