#482630

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

Shades of Castro #482630

Tints of Castro #482630

Color information

#482630 (or 0x482630) is unknown color: approx Castro. HEX triplet: 48, 26 and 30. RGB value is (72,38,48). Sum of RGB (Red+Green+Blue) = 72+38+48=158 (20% of max value = 765). Red value is 72 (28.52% from 255 or 45.57% from 158); Green value is 38 (15.23% from 255 or 24.05% from 158); Blue value is 48 (19.14% from 255 or 30.38% from 158); Max value from RGB is 72 - color contains mainly: red. Hex color #482630 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482630 is #B7D9CF. Grayscale: #313131. Windows color (decimal): -12048848 or 3155528. OLE color: 3155528.

HSL color Cylindrical-coordinate representation of color #482630: hue angle of 342.35º 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 #482630 is Cyan = 0, Magento = 0.47, Yellow = 0.33 and Black (K on CMYK) = 0.72.

Color convert

RGB723848-
CMYK00.470.330.72
HSL342.35º30.91%21.57%-
HSV(B)342.35º47.22%28.24%-
XYZ3.92.983.17-
YUV49.31127.26144.19-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 45.57%
GREEN value IS 38 (15.23% from 255) = 24.05%
BLUE value IS 48 (19.14% from 255) = 30.38%
R=45.57%
G=24.05%
B=30.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.33
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72384800.470.330.72342.3530.9121.57
Hex48263002F21481561f16
Octal1104660057411105263726
Binary1001000100110110000010111110000110010001010101101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #482630

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #482630; }

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

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

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

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

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

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

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

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