#482A33

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

Shades of Castro #482A33

Tints of Castro #482A33

Color information

#482A33 (or 0x482A33) is unknown color: approx Castro. HEX triplet: 48, 2A and 33. RGB value is (72,42,51). Sum of RGB (Red+Green+Blue) = 72+42+51=165 (21% of max value = 765). Red value is 72 (28.52% from 255 or 43.64% from 165); Green value is 42 (16.80% from 255 or 25.45% from 165); Blue value is 51 (20.31% from 255 or 30.91% from 165); Max value from RGB is 72 - color contains mainly: red. Hex color #482A33 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482A33 is #B7D5CC. Grayscale: #333333. Windows color (decimal): -12047821 or 3353160. OLE color: 3353160.

HSL color Cylindrical-coordinate representation of color #482A33: hue angle of 342º degrees, saturation: 0.26, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #482A33 is Cyan = 0, Magento = 0.42, Yellow = 0.29 and Black (K on CMYK) = 0.72.

Color convert

RGB724251-
CMYK00.420.290.72
HSL342º26.32%22.35%-
HSV(B)342º41.67%28.24%-
XYZ4.13.273.55-
YUV52127.44142.27-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 43.64%
GREEN value IS 42 (16.80% from 255) = 25.45%
BLUE value IS 51 (20.31% from 255) = 30.91%
R=43.64%
G=25.45%
B=30.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.29
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72425100.420.290.7234226.3222.35
Hex482A3302A1D481561a16
Octal1105263052351105263226
Binary100100010101011001101010101110110010001010101101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #482A33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #482A33; }

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

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

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

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

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

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

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

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