Html Css Color HEX #990342 Jazzberry Jam

📋 copy color: '#990342'

red 153 ◦ green 3 ◦ blue 66

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

Shades of Jazzberry Jam #990342

Tints of Jazzberry Jam #990342

RGB

 RED value IS 153 (60.16% from 255) = 68.92%

 GREEN value IS 3 (1.56% from 255) = 1.35%

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

R = 68.92%
G = 1.35%
B = 29.73%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.57

 K value IS 0.4

RGB Variations

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

Color information

#990342 (or 0x990342) is known color: Jazzberry Jam. HEX triplet: 99, 03 and 42. RGB value is (153,3,66). Sum of RGB (Red+Green+Blue) = 153+3+66=222 (29% of max value = 765). Red value is 153 (60.16% from 255 or 68.92% from 222); Green value is 3 (1.56% from 255 or 1.35% from 222); Blue value is 66 (26.17% from 255 or 29.73% from 222); Max value from RGB is 153 - color contains mainly: red. Hex color #990342 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #990342 is #66FCBD. Grayscale: #363636. Windows color (decimal): -6749374 or 4326297. OLE color: 4326297.

HSL color Cylindrical-coordinate representation of color #990342: hue angle of 334.8º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #990342 is Cyan = 0, Magento = 0.98, Yellow = 0.57 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 3 66 -
CMYK 0 0.98 0.57 0.4
HSL 334.8º 0.96% 0.31% -
HSV(B) 334.8º 0.98% 0.6% -
XYZ 14.15 7.23 5.8 -
YUV 55.03 134.2 197.88 -
System Red Green Blue C M Y K H S L
Decimal 153 3 66 0 0.98 0.57 0.4 334.8 0.96 0.31
Hex 99 3 42 0 62 39 28 14F 60 1F
Octal 231 3 102 0 142 71 50 517 140 37
Binary 10011001 11 1000010 0 1100010 111001 101000 101001111 1100000 11111

Color Harmonies of #990342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990342

Black with #990342

Text Example


Text Example

White with #990342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #990342; }

 p { color: rgb(153,3,66); }

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

background-color css

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

 a { background-color: rgb(153,3,66); }

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

border-color css

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

 span { border-color: rgb(153,3,66); }

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