#582430

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

Shades of Black Rose #582430

Tints of Black Rose #582430

Color information

#582430 (or 0x582430) is unknown color: approx Black Rose. HEX triplet: 58, 24 and 30. RGB value is (88,36,48). Sum of RGB (Red+Green+Blue) = 88+36+48=172 (22% of max value = 765). Red value is 88 (34.77% from 255 or 51.16% from 172); Green value is 36 (14.45% from 255 or 20.93% from 172); Blue value is 48 (19.14% from 255 or 27.91% from 172); Max value from RGB is 88 - color contains mainly: red. Hex color #582430 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #582430 is #A7DBCF. Grayscale: #343434. Windows color (decimal): -11000784 or 3155032. OLE color: 3155032.

HSL color Cylindrical-coordinate representation of color #582430: hue angle of 346.15º degrees, saturation: 0.42, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #582430 is Cyan = 0, Magento = 0.59, Yellow = 0.45 and Black (K on CMYK) = 0.65.

Color convert

RGB883648-
CMYK00.590.450.65
HSL346.15º41.94%24.31%-
HSV(B)346.15º59.09%34.51%-
XYZ5.193.553.21-
YUV52.92125.23153.02-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 51.16%
GREEN value IS 36 (14.45% from 255) = 20.93%
BLUE value IS 48 (19.14% from 255) = 27.91%
R=51.16%
G=20.93%
B=27.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.45
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88364800.590.450.65346.1541.9424.31
Hex58243003B2D4115a2a18
Octal1304460073551015325230
Binary10110001001001100000111011101101100000110101101010101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #582430

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #582430; }

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

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

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

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

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

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

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

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