Html Css Color HEX #960242 Jazzberry Jam

📋 copy color: '#960242'

red 150 ◦ green 2 ◦ blue 66

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

Shades of Jazzberry Jam #960242

Tints of Jazzberry Jam #960242

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 30.28%

R = 68.81%
G = 0.92%
B = 30.28%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.56

 K value IS 0.41

RGB Variations

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

Color information

#960242 (or 0x960242) is known color: Jazzberry Jam. HEX triplet: 96, 02 and 42. RGB value is (150,2,66). Sum of RGB (Red+Green+Blue) = 150+2+66=218 (28% of max value = 765). Red value is 150 (58.98% from 255 or 68.81% from 218); Green value is 2 (1.17% from 255 or 0.92% from 218); Blue value is 66 (26.17% from 255 or 30.28% from 218); Max value from RGB is 150 - color contains mainly: red. Hex color #960242 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #960242 is #69FDBD. Grayscale: #353535. Windows color (decimal): -6946238 or 4326038. OLE color: 4326038.

HSL color Cylindrical-coordinate representation of color #960242: hue angle of 334.05º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #960242 is Cyan = 0, Magento = 0.99, Yellow = 0.56 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 2 66 -
CMYK 0 0.99 0.56 0.41
HSL 334.05º 0.97% 0.3% -
HSV(B) 334.05º 0.99% 0.59% -
XYZ 13.58 6.92 5.77 -
YUV 53.55 135.03 196.8 -
System Red Green Blue C M Y K H S L
Decimal 150 2 66 0 0.99 0.56 0.41 334.05 0.97 0.3
Hex 96 2 42 0 63 38 29 14E 61 1E
Octal 226 2 102 0 143 70 51 516 141 36
Binary 10010110 10 1000010 0 1100011 111000 101001 101001110 1100001 11110

Color Harmonies of #960242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #960242

Black with #960242

Text Example


Text Example

White with #960242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #960242; }

 p { color: rgb(150,2,66); }

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

background-color css

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

 a { background-color: rgb(150,2,66); }

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

border-color css

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

 span { border-color: rgb(150,2,66); }

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