#52303F

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

Shades of Barossa #52303F

Tints of Barossa #52303F

Color information

#52303F (or 0x52303F) is unknown color: approx Barossa. HEX triplet: 52, 30 and 3F. RGB value is (82,48,63). Sum of RGB (Red+Green+Blue) = 82+48+63=193 (25% of max value = 765). Red value is 82 (32.42% from 255 or 42.49% from 193); Green value is 48 (19.14% from 255 or 24.87% from 193); Blue value is 63 (25% from 255 or 32.64% from 193); Max value from RGB is 82 - color contains mainly: red. Hex color #52303F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52303F is #ADCFC0. Grayscale: #3B3B3B. Windows color (decimal): -11390913 or 4141138. OLE color: 4141138.

HSL color Cylindrical-coordinate representation of color #52303F: hue angle of 333.53º degrees, saturation: 0.26, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #52303F is Cyan = 0, Magento = 0.41, Yellow = 0.23 and Black (K on CMYK) = 0.68.

Color convert

RGB824863-
CMYK00.410.230.68
HSL333.53º26.15%25.49%-
HSV(B)333.53º41.46%32.16%-
XYZ5.434.275.24-
YUV59.88129.76143.78-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 42.49%
GREEN value IS 48 (19.14% from 255) = 24.87%
BLUE value IS 63 (25% from 255) = 32.64%
R=42.49%
G=24.87%
B=32.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.23
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82486300.410.230.68333.5326.1525.49
Hex52303F029174414e1a19
Octal1226077051271045163231
Binary101001011000011111101010011011110001001010011101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52303F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52303F; }

 p { color: rgb(82,48,63); }

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

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

 a { background-color: rgb(82,48,63); }

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

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

 span { border-color: rgb(82,48,63); }

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