#58293B

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

Shades of Black Rose #58293B

Tints of Black Rose #58293B

Color information

#58293B (or 0x58293B) is unknown color: approx Black Rose. HEX triplet: 58, 29 and 3B. RGB value is (88,41,59). Sum of RGB (Red+Green+Blue) = 88+41+59=188 (24% of max value = 765). Red value is 88 (34.77% from 255 or 46.81% from 188); Green value is 41 (16.41% from 255 or 21.81% from 188); Blue value is 59 (23.44% from 255 or 31.38% from 188); Max value from RGB is 88 - color contains mainly: red. Hex color #58293B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58293B is #A7D6C4. Grayscale: #393939. Windows color (decimal): -10999493 or 3877208. OLE color: 3877208.

HSL color Cylindrical-coordinate representation of color #58293B: hue angle of 337.02º degrees, saturation: 0.36, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #58293B is Cyan = 0, Magento = 0.53, Yellow = 0.33 and Black (K on CMYK) = 0.65.

Color convert

RGB884159-
CMYK00.530.330.65
HSL337.02º36.43%25.29%-
HSV(B)337.02º53.41%34.51%-
XYZ5.613.984.61-
YUV57.1129.07150.04-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 46.81%
GREEN value IS 41 (16.41% from 255) = 21.81%
BLUE value IS 59 (23.44% from 255) = 31.38%
R=46.81%
G=21.81%
B=31.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.33
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88415900.530.330.65337.0236.4325.29
Hex58293B03521411512419
Octal1305173065411015214431
Binary10110001010011110110110101100001100000110101000110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58293B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58293B; }

 p { color: rgb(88,41,59); }

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

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

 a { background-color: rgb(88,41,59); }

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

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

 span { border-color: rgb(88,41,59); }

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