#482530

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

Shades of Castro #482530

Tints of Castro #482530

Color information

#482530 (or 0x482530) is unknown color: approx Castro. HEX triplet: 48, 25 and 30. RGB value is (72,37,48). Sum of RGB (Red+Green+Blue) = 72+37+48=157 (20% of max value = 765). Red value is 72 (28.52% from 255 or 45.86% from 157); Green value is 37 (14.84% from 255 or 23.57% from 157); Blue value is 48 (19.14% from 255 or 30.57% from 157); Max value from RGB is 72 - color contains mainly: red. Hex color #482530 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482530 is #B7DACF. Grayscale: #303030. Windows color (decimal): -12049104 or 3155272. OLE color: 3155272.

HSL color Cylindrical-coordinate representation of color #482530: hue angle of 341.14º degrees, saturation: 0.32, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #482530 is Cyan = 0, Magento = 0.49, Yellow = 0.33 and Black (K on CMYK) = 0.72.

Color convert

RGB723748-
CMYK00.490.330.72
HSL341.14º32.11%21.37%-
HSV(B)341.14º48.61%28.24%-
XYZ3.872.913.15-
YUV48.72127.6144.61-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 45.86%
GREEN value IS 37 (14.84% from 255) = 23.57%
BLUE value IS 48 (19.14% from 255) = 30.57%
R=45.86%
G=23.57%
B=30.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.33
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72374800.490.330.72341.1432.1121.37
Hex48253003121481552015
Octal1104560061411105254025
Binary10010001001011100000110001100001100100010101010110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #482530

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #482530; }

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

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

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

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

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

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

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

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