Html Css Color HEX #581E30 Black Rose

📋 copy color: '#581E30'

red 88 ◦ green 30 ◦ blue 48

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

Shades of Black Rose #581E30

Tints of Black Rose #581E30

RGB

 RED value IS 88 (34.77% from 255) = 53.01%

 GREEN value IS 30 (12.11% from 255) = 18.07%

 BLUE value IS 48 (19.14% from 255) = 28.92%

R = 53.01%
G = 18.07%
B = 28.92%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.45

 K value IS 0.65

RGB Variations

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

Color information

#581E30 (or 0x581E30) is known color: Black Rose. HEX triplet: 58, 1E and 30. RGB value is (88,30,48). Sum of RGB (Red+Green+Blue) = 88+30+48=166 (21% of max value = 765). Red value is 88 (34.77% from 255 or 53.01% from 166); Green value is 30 (12.11% from 255 or 18.07% from 166); Blue value is 48 (19.14% from 255 or 28.92% from 166); Max value from RGB is 88 - color contains mainly: red. Hex color #581E30 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #581E30 is #A7E1CF. Grayscale: #313131. Windows color (decimal): -11002320 or 3153496. OLE color: 3153496.

HSL color Cylindrical-coordinate representation of color #581E30: hue angle of 341.38º degrees, saturation: 0.49, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #581E30 is Cyan = 0, Magento = 0.66, Yellow = 0.45 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 30 48 -
CMYK 0 0.66 0.45 0.65
HSL 341.38º 0.49% 0.23% -
HSV(B) 341.38º 0.66% 0.35% -
XYZ 5.02 3.22 3.15 -
YUV 49.39 127.22 155.54 -
System Red Green Blue C M Y K H S L
Decimal 88 30 48 0 0.66 0.45 0.65 341.38 0.49 0.23
Hex 58 1E 30 0 42 2D 41 155 31 17
Octal 130 36 60 0 102 55 101 525 61 27
Binary 1011000 11110 110000 0 1000010 101101 1000001 101010101 110001 10111

Color Harmonies of #581E30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581E30

Black with #581E30

Text Example


Text Example

White with #581E30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #581E30; }

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

 H1.HeaderClassName
 {
   color: #581E30;
 }
 .AnyTagClassName
 {
   color: #581E30;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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