Html Css Color HEX #59303F Black Rose

📋 copy color: '#59303F'

red 89 ◦ green 48 ◦ blue 63

#59303F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Black Rose #59303F

Tints of Black Rose #59303F

RGB

 RED value IS 89 (35.16% from 255) = 44.5%

 GREEN value IS 48 (19.14% from 255) = 24%

 BLUE value IS 63 (25% from 255) = 31.5%

R = 44.5%
G = 24%
B = 31.5%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.29

 K value IS 0.65

RGB Variations

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

Color information

#59303F (or 0x59303F) is known color: Black Rose. HEX triplet: 59, 30 and 3F. RGB value is (89,48,63). Sum of RGB (Red+Green+Blue) = 89+48+63=200 (26% of max value = 765). Red value is 89 (35.16% from 255 or 44.5% from 200); Green value is 48 (19.14% from 255 or 24% from 200); Blue value is 63 (25% from 255 or 31.5% from 200); Max value from RGB is 89 - color contains mainly: red. Hex color #59303F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59303F is #A6CFC0. Grayscale: #3D3D3D. Windows color (decimal): -10932161 or 4141145. OLE color: 4141145.

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

Color convert

RGB 89 48 63 -
CMYK 0 0.46 0.29 0.65
HSL 338.05º 0.3% 0.27% -
HSV(B) 338.05º 0.46% 0.35% -
XYZ 6.07 4.6 5.27 -
YUV 61.97 128.58 147.28 -
System Red Green Blue C M Y K H S L
Decimal 89 48 63 0 0.46 0.29 0.65 338.05 0.3 0.27
Hex 59 30 3F 0 2E 1D 41 152 1E 1B
Octal 131 60 77 0 56 35 101 522 36 33
Binary 1011001 110000 111111 0 101110 11101 1000001 101010010 11110 11011

Color Harmonies of #59303F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59303F

Black with #59303F

Text Example


Text Example

White with #59303F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #59303F;
 }
 .AnyTagClassName
 {
   color: #59303F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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