#8B0344

Color #8B0344 Jazzberry Jam (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jazzberry Jam #8B0344

Tints of Jazzberry Jam #8B0344

Color information

#8B0344 (or 0x8B0344) is unknown color: approx Jazzberry Jam. HEX triplet: 8B, 03 and 44. RGB value is (139,3,68). Sum of RGB (Red+Green+Blue) = 139+3+68=210 (27% of max value = 765). Red value is 139 (54.69% from 255 or 66.19% from 210); Green value is 3 (1.56% from 255 or 1.43% from 210); Blue value is 68 (26.95% from 255 or 32.38% from 210); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0344 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8B0344 is #74FCBB. Grayscale: #323232. Windows color (decimal): -7666876 or 4457355. OLE color: 4457355.

HSL color Cylindrical-coordinate representation of color #8B0344: hue angle of 331.32º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8B0344 is Cyan = 0, Magento = 0.98, Yellow = 0.51 and Black (K on CMYK) = 0.45.

Color convert

RGB139368-
CMYK00.980.510.45
HSL331.32º95.77%27.84%-
HSV(B)331.32º97.84%54.51%-
XYZ11.725.976-
YUV51.07137.56190.71-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 66.19%
GREEN value IS 3 (1.56% from 255) = 1.43%
BLUE value IS 68 (26.95% from 255) = 32.38%
R=66.19%
G=1.43%
B=32.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.51
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13936800.980.510.45331.3295.7727.84
Hex8B344062332D14b601c
Octal21331040142635551314034
Binary1000101111100010001100010110011101101101001011110000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B0344

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8B0344; }

 p { color: rgb(139,3,68); }

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

<style>
 a { background-color: #8B0344; }

 a { background-color: rgb(139,3,68); }

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

<style>
 span { border-color: #8B0344; }

 span { border-color: rgb(139,3,68); }

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