Html Css Color HEX #98003F Jazzberry Jam

📋 copy color: '#98003F'

red 152 ◦ green 0 ◦ blue 63

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

Shades of Jazzberry Jam #98003F

Tints of Jazzberry Jam #98003F

RGB

 RED value IS 152 (59.77% from 255) = 70.7%

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

 BLUE value IS 63 (25% from 255) = 29.3%

R = 70.7%
G = 0%
B = 29.3%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.59

 K value IS 0.40

RGB Variations

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

Color information

#98003F (or 0x98003F) is known color: Jazzberry Jam. HEX triplet: 98, 00 and 3F. RGB value is (152,0,63). Sum of RGB (Red+Green+Blue) = 152+0+63=215 (28% of max value = 765). Red value is 152 (59.77% from 255 or 70.70% from 215); Green value is 0 (0.39% from 255 or 0% from 215); Blue value is 63 (25% from 255 or 29.30% from 215); Max value from RGB is 152 - color contains mainly: red. Hex color #98003F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #98003F is #67FFC0. Grayscale: #343434. Windows color (decimal): -6815681 or 4128920. OLE color: 4128920.

HSL color Cylindrical-coordinate representation of color #98003F: hue angle of 335.13º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #98003F is Cyan = 0, Magento = 1, Yellow = 0.59 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 0 63 -
CMYK 0 1 0.59 0.40
HSL 335.13º 1% 0.3% -
HSV(B) 335.13º 1% 0.6% -
XYZ 13.85 7.03 5.33 -
YUV 52.63 133.86 198.88 -
System Red Green Blue C M Y K H S L
Decimal 152 0 63 0 1 0.59 0.40 335.13 1 0.3
Hex 98 0 3F 0 64 3B 28 14F 64 1E
Octal 230 0 77 0 144 73 50 517 144 36
Binary 10011000 0 111111 0 1100100 111011 101000 101001111 1100100 11110

Color Harmonies of #98003F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98003F

Black with #98003F

Text Example


Text Example

White with #98003F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #98003F; }

 p { color: rgb(152,0,63); }

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

background-color css

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

 a { background-color: rgb(152,0,63); }

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

border-color css

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

 span { border-color: rgb(152,0,63); }

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