Html Css Color HEX #930242 Jazzberry Jam

📋 copy color: '#930242'

red 147 ◦ green 2 ◦ blue 66

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

Shades of Jazzberry Jam #930242

Tints of Jazzberry Jam #930242

RGB

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

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

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

R = 68.37%
G = 0.93%
B = 30.7%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.55

 K value IS 0.42

RGB Variations

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

Color information

#930242 (or 0x930242) is known color: Jazzberry Jam. HEX triplet: 93, 02 and 42. RGB value is (147,2,66). Sum of RGB (Red+Green+Blue) = 147+2+66=215 (28% of max value = 765). Red value is 147 (57.81% from 255 or 68.37% from 215); Green value is 2 (1.17% from 255 or 0.93% from 215); Blue value is 66 (26.17% from 255 or 30.70% from 215); Max value from RGB is 147 - color contains mainly: red. Hex color #930242 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #930242 is #6CFDBD. Grayscale: #343434. Windows color (decimal): -7142846 or 4326035. OLE color: 4326035.

HSL color Cylindrical-coordinate representation of color #930242: hue angle of 333.52º 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 #930242 is Cyan = 0, Magento = 0.99, Yellow = 0.55 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 2 66 -
CMYK 0 0.99 0.55 0.42
HSL 333.52º 0.97% 0.29% -
HSV(B) 333.52º 0.99% 0.58% -
XYZ 13.04 6.64 5.75 -
YUV 52.65 135.54 195.3 -
System Red Green Blue C M Y K H S L
Decimal 147 2 66 0 0.99 0.55 0.42 333.52 0.97 0.29
Hex 93 2 42 0 63 37 2A 14E 61 1D
Octal 223 2 102 0 143 67 52 516 141 35
Binary 10010011 10 1000010 0 1100011 110111 101010 101001110 1100001 11101

Color Harmonies of #930242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #930242

Black with #930242

Text Example


Text Example

White with #930242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #930242; }

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

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

background-color css

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

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

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

border-color css

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

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

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