Html Css Color HEX #960048 Jazzberry Jam

📋 copy color: '#960048'

red 150 ◦ green 0 ◦ blue 72

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

Shades of Jazzberry Jam #960048

Tints of Jazzberry Jam #960048

RGB

 RED value IS 150 (58.98% from 255) = 67.57%

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 67.57%
G = 0%
B = 32.43%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.52

 K value IS 0.41

RGB Variations

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

Color information

#960048 (or 0x960048) is known color: Jazzberry Jam. HEX triplet: 96, 00 and 48. RGB value is (150,0,72). Sum of RGB (Red+Green+Blue) = 150+0+72=222 (29% of max value = 765). Red value is 150 (58.98% from 255 or 67.57% from 222); Green value is 0 (0.39% from 255 or 0% from 222); Blue value is 72 (28.52% from 255 or 32.43% from 222); Max value from RGB is 150 - color contains mainly: red. Hex color #960048 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #960048 is #69FFB7. Grayscale: #343434. Windows color (decimal): -6946744 or 4718742. OLE color: 4718742.

HSL color Cylindrical-coordinate representation of color #960048: hue angle of 331.2º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 1%. Process color model (Four color, CMYK) of #960048 is Cyan = 0, Magento = 1, Yellow = 0.52 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 0 72 -
CMYK 0 1 0.52 0.41
HSL 331.2º 1% 0.29% -
HSV(B) 331.2º 1% 0.59% -
XYZ 13.75 6.95 6.75 -
YUV 53.06 138.7 197.15 -
System Red Green Blue C M Y K H S L
Decimal 150 0 72 0 1 0.52 0.41 331.2 1 0.29
Hex 96 0 48 0 64 34 29 14B 64 1D
Octal 226 0 110 0 144 64 51 513 144 35
Binary 10010110 0 1001000 0 1100100 110100 101001 101001011 1100100 11101

Color Harmonies of #960048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #960048

Black with #960048

Text Example


Text Example

White with #960048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #960048; }

 p { color: rgb(150,0,72); }

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

background-color css

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

 a { background-color: rgb(150,0,72); }

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

border-color css

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

 span { border-color: rgb(150,0,72); }

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