#57303F

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

Shades of Black Rose #57303F

Tints of Black Rose #57303F

Color information

#57303F (or 0x57303F) is unknown color: approx Black Rose. HEX triplet: 57, 30 and 3F. RGB value is (87,48,63). Sum of RGB (Red+Green+Blue) = 87+48+63=198 (26% of max value = 765). Red value is 87 (34.38% from 255 or 43.94% from 198); Green value is 48 (19.14% from 255 or 24.24% from 198); Blue value is 63 (25% from 255 or 31.82% from 198); Max value from RGB is 87 - color contains mainly: red. Hex color #57303F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #57303F is #A8CFC0. Grayscale: #3D3D3D. Windows color (decimal): -11063233 or 4141143. OLE color: 4141143.

HSL color Cylindrical-coordinate representation of color #57303F: hue angle of 336.92º degrees, saturation: 0.29, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #57303F is Cyan = 0, Magento = 0.45, Yellow = 0.28 and Black (K on CMYK) = 0.66.

Color convert

RGB874863-
CMYK00.450.280.66
HSL336.92º28.89%26.47%-
HSV(B)336.92º44.83%34.12%-
XYZ5.884.55.26-
YUV61.37128.92146.28-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 43.94%
GREEN value IS 48 (19.14% from 255) = 24.24%
BLUE value IS 63 (25% from 255) = 31.82%
R=43.94%
G=24.24%
B=31.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.28
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87486300.450.280.66336.9228.8926.47
Hex57303F02D1C421511d1a
Octal1276077055341025213532
Binary101011111000011111101011011110010000101010100011110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57303F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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