#62343B

Color #62343B Jazz (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jazz #62343B

Tints of Jazz #62343B

Color information

#62343B (or 0x62343B) is unknown color: approx Jazz. HEX triplet: 62, 34 and 3B. RGB value is (98,52,59). Sum of RGB (Red+Green+Blue) = 98+52+59=209 (27% of max value = 765). Red value is 98 (38.67% from 255 or 46.89% from 209); Green value is 52 (20.70% from 255 or 24.88% from 209); Blue value is 59 (23.44% from 255 or 28.23% from 209); Max value from RGB is 98 - color contains mainly: red. Hex color #62343B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #62343B is #9DCBC4. Grayscale: #424242. Windows color (decimal): -10341317 or 3880034. OLE color: 3880034.

HSL color Cylindrical-coordinate representation of color #62343B: hue angle of 350.87º degrees, saturation: 0.31, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #62343B is Cyan = 0, Magento = 0.47, Yellow = 0.40 and Black (K on CMYK) = 0.62.

Color convert

RGB985259-
CMYK00.470.400.62
HSL350.87º30.67%29.41%-
HSV(B)350.87º46.94%38.43%-
XYZ7.055.374.8-
YUV66.55123.74150.43-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 46.89%
GREEN value IS 52 (20.70% from 255) = 24.88%
BLUE value IS 59 (23.44% from 255) = 28.23%
R=46.89%
G=24.88%
B=28.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.40
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98525900.470.400.62350.8730.6729.41
Hex62343B02F283E15f1f1d
Octal142647305750765373735
Binary110001011010011101101011111010001111101010111111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62343B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #62343B; }

 p { color: rgb(98,52,59); }

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

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

 a { background-color: rgb(98,52,59); }

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

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

 span { border-color: rgb(98,52,59); }

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