Html Css Color HEX #582F30 Jazz

📋 copy color: '#582F30'

red 88 ◦ green 47 ◦ blue 48

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

Shades of Jazz #582F30

Tints of Jazz #582F30

RGB

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

 GREEN value IS 47 (18.75% from 255) = 25.68%

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

R = 48.09%
G = 25.68%
B = 26.23%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.45

 K value IS 0.65

RGB Variations

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

Color information

#582F30 (or 0x582F30) is known color: Jazz. HEX triplet: 58, 2F and 30. RGB value is (88,47,48). Sum of RGB (Red+Green+Blue) = 88+47+48=183 (24% of max value = 765). Red value is 88 (34.77% from 255 or 48.09% from 183); Green value is 47 (18.75% from 255 or 25.68% from 183); Blue value is 48 (19.14% from 255 or 26.23% from 183); Max value from RGB is 88 - color contains mainly: red. Hex color #582F30 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #582F30 is #A7D0CF. Grayscale: #3B3B3B. Windows color (decimal): -10997968 or 3157848. OLE color: 3157848.

HSL color Cylindrical-coordinate representation of color #582F30: hue angle of 358.54º degrees, saturation: 0.3, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #582F30 is Cyan = 0, Magento = 0.47, Yellow = 0.45 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 47 48 -
CMYK 0 0.47 0.45 0.65
HSL 358.54º 0.3% 0.26% -
HSV(B) 358.54º 0.47% 0.35% -
XYZ 5.57 4.32 3.34 -
YUV 59.37 121.58 148.42 -
System Red Green Blue C M Y K H S L
Decimal 88 47 48 0 0.47 0.45 0.65 358.54 0.3 0.26
Hex 58 2F 30 0 2F 2D 41 167 1E 1A
Octal 130 57 60 0 57 55 101 547 36 32
Binary 1011000 101111 110000 0 101111 101101 1000001 101100111 11110 11010

Color Harmonies of #582F30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #582F30

Black with #582F30

Text Example


Text Example

White with #582F30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #582F30; }

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

 H1.HeaderClassName
 {
   color: #582F30;
 }
 .AnyTagClassName
 {
   color: #582F30;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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