#8B0244

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

Shades of Jazzberry Jam #8B0244

Tints of Jazzberry Jam #8B0244

Color information

#8B0244 (or 0x8B0244) is unknown color: approx Jazzberry Jam. HEX triplet: 8B, 02 and 44. RGB value is (139,2,68). Sum of RGB (Red+Green+Blue) = 139+2+68=209 (27% of max value = 765). Red value is 139 (54.69% from 255 or 66.51% from 209); Green value is 2 (1.17% from 255 or 0.96% from 209); Blue value is 68 (26.95% from 255 or 32.54% from 209); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0244 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8B0244 is #74FDBB. Grayscale: #323232. Windows color (decimal): -7667132 or 4457099. OLE color: 4457099.

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

Color convert

RGB139268-
CMYK00.990.510.45
HSL331.09º97.16%27.65%-
HSV(B)331.09º98.56%54.51%-
XYZ11.715.956-
YUV50.49137.89191.13-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 66.51%
GREEN value IS 2 (1.17% from 255) = 0.96%
BLUE value IS 68 (26.95% from 255) = 32.54%
R=66.51%
G=0.96%
B=32.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.51
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13926800.990.510.45331.0997.1627.65
Hex8B244063332D14b611c
Octal21321040143635551314134
Binary1000101110100010001100011110011101101101001011110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B0244

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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