#58303F

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

Shades of Black Rose #58303F

Tints of Black Rose #58303F

Color information

#58303F (or 0x58303F) is unknown color: approx Black Rose. HEX triplet: 58, 30 and 3F. RGB value is (88,48,63). Sum of RGB (Red+Green+Blue) = 88+48+63=199 (26% of max value = 765). Red value is 88 (34.77% from 255 or 44.22% from 199); Green value is 48 (19.14% from 255 or 24.12% from 199); Blue value is 63 (25% from 255 or 31.66% from 199); Max value from RGB is 88 - color contains mainly: red. Hex color #58303F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58303F is #A7CFC0. Grayscale: #3D3D3D. Windows color (decimal): -10997697 or 4141144. OLE color: 4141144.

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

Color convert

RGB884863-
CMYK00.450.280.65
HSL337.5º29.41%26.67%-
HSV(B)337.5º45.45%34.51%-
XYZ5.984.555.27-
YUV61.67128.75146.78-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 44.22%
GREEN value IS 48 (19.14% from 255) = 24.12%
BLUE value IS 63 (25% from 255) = 31.66%
R=44.22%
G=24.12%
B=31.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.28
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88486300.450.280.65337.529.4126.67
Hex58303F02D1C411521d1b
Octal1306077055341015223533
Binary101100011000011111101011011110010000011010100101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58303F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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