#482333

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

Shades of Castro #482333

Tints of Castro #482333

Color information

#482333 (or 0x482333) is unknown color: approx Castro. HEX triplet: 48, 23 and 33. RGB value is (72,35,51). Sum of RGB (Red+Green+Blue) = 72+35+51=158 (20% of max value = 765). Red value is 72 (28.52% from 255 or 45.57% from 158); Green value is 35 (14.06% from 255 or 22.15% from 158); Blue value is 51 (20.31% from 255 or 32.28% from 158); Max value from RGB is 72 - color contains mainly: red. Hex color #482333 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482333 is #B7DCCC. Grayscale: #2F2F2F. Windows color (decimal): -12049613 or 3351368. OLE color: 3351368.

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

Color convert

RGB723551-
CMYK00.510.290.72
HSL334.05º34.58%20.98%-
HSV(B)334.05º51.39%28.24%-
XYZ3.872.823.47-
YUV47.89129.76145.2-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 45.57%
GREEN value IS 35 (14.06% from 255) = 22.15%
BLUE value IS 51 (20.31% from 255) = 32.28%
R=45.57%
G=22.15%
B=32.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.29
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72355100.510.290.72334.0534.5820.98
Hex4823330331D4814e2315
Octal1104363063351105164325
Binary1001000100011110011011001111101100100010100111010001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #482333

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #482333; }

 p { color: rgb(72,35,51); }

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

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

 a { background-color: rgb(72,35,51); }

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

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

 span { border-color: rgb(72,35,51); }

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