Html Css Color HEX #930246 Jazzberry Jam

📋 copy color: '#930246'

red 147 ◦ green 2 ◦ blue 70

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

Shades of Jazzberry Jam #930246

Tints of Jazzberry Jam #930246

RGB

 RED value IS 147 (57.81% from 255) = 67.12%

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

 BLUE value IS 70 (27.73% from 255) = 31.96%

R = 67.12%
G = 0.91%
B = 31.96%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.52

 K value IS 0.42

RGB Variations

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

Color information

#930246 (or 0x930246) is known color: Jazzberry Jam. HEX triplet: 93, 02 and 46. RGB value is (147,2,70). Sum of RGB (Red+Green+Blue) = 147+2+70=219 (29% of max value = 765). Red value is 147 (57.81% from 255 or 67.12% from 219); Green value is 2 (1.17% from 255 or 0.91% from 219); Blue value is 70 (27.73% from 255 or 31.96% from 219); Max value from RGB is 147 - color contains mainly: red. Hex color #930246 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #930246 is #6CFDB9. Grayscale: #343434. Windows color (decimal): -7142842 or 4588179. OLE color: 4588179.

HSL color Cylindrical-coordinate representation of color #930246: hue angle of 331.86º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #930246 is Cyan = 0, Magento = 0.99, Yellow = 0.52 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 2 70 -
CMYK 0 0.99 0.52 0.42
HSL 331.86º 0.97% 0.29% -
HSV(B) 331.86º 0.99% 0.58% -
XYZ 13.16 6.69 6.39 -
YUV 53.11 137.54 194.97 -
System Red Green Blue C M Y K H S L
Decimal 147 2 70 0 0.99 0.52 0.42 331.86 0.97 0.29
Hex 93 2 46 0 63 34 2A 14C 61 1D
Octal 223 2 106 0 143 64 52 514 141 35
Binary 10010011 10 1000110 0 1100011 110100 101010 101001100 1100001 11101

Color Harmonies of #930246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #930246

Black with #930246

Text Example


Text Example

White with #930246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #930246; }

 p { color: rgb(147,2,70); }

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

background-color css

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

 a { background-color: rgb(147,2,70); }

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

border-color css

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

 span { border-color: rgb(147,2,70); }

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