Html Css Color HEX #8B0248 Jazzberry Jam

📋 copy color: '#8B0248'

red 139 ◦ green 2 ◦ blue 72

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

Shades of Jazzberry Jam #8B0248

Tints of Jazzberry Jam #8B0248

RGB

 RED value IS 139 (54.69% from 255) = 65.26%

 GREEN value IS 2 (1.17% from 255) = 0.94%

 BLUE value IS 72 (28.52% from 255) = 33.8%

R = 65.26%
G = 0.94%
B = 33.8%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.48

 K value IS 0.45

RGB Variations

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

Color information

#8B0248 (or 0x8B0248) is known color: Jazzberry Jam. HEX triplet: 8B, 02 and 48. RGB value is (139,2,72). Sum of RGB (Red+Green+Blue) = 139+2+72=213 (28% of max value = 765). Red value is 139 (54.69% from 255 or 65.26% from 213); Green value is 2 (1.17% from 255 or 0.94% from 213); Blue value is 72 (28.52% from 255 or 33.80% from 213); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0248 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8B0248 is #74FDB7. Grayscale: #323232. Windows color (decimal): -7667128 or 4719243. OLE color: 4719243.

HSL color Cylindrical-coordinate representation of color #8B0248: hue angle of 329.34º 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 #8B0248 is Cyan = 0, Magento = 0.99, Yellow = 0.48 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 2 72 -
CMYK 0 0.99 0.48 0.45
HSL 329.34º 0.97% 0.28% -
HSV(B) 329.34º 0.99% 0.55% -
XYZ 11.84 6 6.67 -
YUV 50.94 139.89 190.81 -
System Red Green Blue C M Y K H S L
Decimal 139 2 72 0 0.99 0.48 0.45 329.34 0.97 0.28
Hex 8B 2 48 0 63 30 2D 149 61 1C
Octal 213 2 110 0 143 60 55 511 141 34
Binary 10001011 10 1001000 0 1100011 110000 101101 101001001 1100001 11100

Color Harmonies of #8B0248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B0248

Black with #8B0248

Text Example


Text Example

White with #8B0248

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #8B0248;
 }
 .AnyTagClassName
 {
   color: #8B0248;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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