Html Css Color HEX #58303F Black Rose

📋 copy color: '#58303F'

red 88 ◦ green 48 ◦ blue 63

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

Shades of Black Rose #58303F

Tints of Black Rose #58303F

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 value IS 0

 M value IS 0.45

 Y value IS 0.28

 K value IS 0.65

RGB Variations

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

Color information

#58303F (or 0x58303F) is known color: 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

RGB 88 48 63 -
CMYK 0 0.45 0.28 0.65
HSL 337.5º 0.29% 0.27% -
HSV(B) 337.5º 0.45% 0.35% -
XYZ 5.98 4.55 5.27 -
YUV 61.67 128.75 146.78 -
System Red Green Blue C M Y K H S L
Decimal 88 48 63 0 0.45 0.28 0.65 337.5 0.29 0.27
Hex 58 30 3F 0 2D 1C 41 152 1D 1B
Octal 130 60 77 0 55 34 101 522 35 33
Binary 1011000 110000 111111 0 101101 11100 1000001 101010010 11101 11011

Color Harmonies of #58303F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58303F

Black with #58303F

Text Example


Text Example

White with #58303F

Text Example


Text Example

HTML Codes & Css Web 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>