Html Css Color HEX #930241 Jazzberry Jam

📋 copy color: '#930241'

red 147 ◦ green 2 ◦ blue 65

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

Shades of Jazzberry Jam #930241

Tints of Jazzberry Jam #930241

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 30.37%

R = 68.69%
G = 0.93%
B = 30.37%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.56

 K value IS 0.42

RGB Variations

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

Color information

#930241 (or 0x930241) is known color: Jazzberry Jam. HEX triplet: 93, 02 and 41. RGB value is (147,2,65). Sum of RGB (Red+Green+Blue) = 147+2+65=214 (28% of max value = 765). Red value is 147 (57.81% from 255 or 68.69% from 214); Green value is 2 (1.17% from 255 or 0.93% from 214); Blue value is 65 (25.78% from 255 or 30.37% from 214); Max value from RGB is 147 - color contains mainly: red. Hex color #930241 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #930241 is #6CFDBE. Grayscale: #343434. Windows color (decimal): -7142847 or 4260499. OLE color: 4260499.

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

Color convert

RGB 147 2 65 -
CMYK 0 0.99 0.56 0.42
HSL 333.93º 0.97% 0.29% -
HSV(B) 333.93º 0.99% 0.58% -
XYZ 13.01 6.63 5.59 -
YUV 52.54 135.04 195.38 -
System Red Green Blue C M Y K H S L
Decimal 147 2 65 0 0.99 0.56 0.42 333.93 0.97 0.29
Hex 93 2 41 0 63 38 2A 14E 61 1D
Octal 223 2 101 0 143 70 52 516 141 35
Binary 10010011 10 1000001 0 1100011 111000 101010 101001110 1100001 11101

Color Harmonies of #930241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #930241

Black with #930241

Text Example


Text Example

White with #930241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #930241; }

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

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

background-color css

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

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

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

border-color css

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

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

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