Html Css Color HEX #930240 Jazzberry Jam

📋 copy color: '#930240'

red 147 ◦ green 2 ◦ blue 64

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

Shades of Jazzberry Jam #930240

Tints of Jazzberry Jam #930240

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 30.05%

R = 69.01%
G = 0.94%
B = 30.05%

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

#930240 (or 0x930240) is known color: Jazzberry Jam. HEX triplet: 93, 02 and 40. RGB value is (147,2,64). Sum of RGB (Red+Green+Blue) = 147+2+64=213 (28% of max value = 765). Red value is 147 (57.81% from 255 or 69.01% from 213); Green value is 2 (1.17% from 255 or 0.94% from 213); Blue value is 64 (25.39% from 255 or 30.05% from 213); Max value from RGB is 147 - color contains mainly: red. Hex color #930240 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #930240 is #6CFDBF. Grayscale: #343434. Windows color (decimal): -7142848 or 4194963. OLE color: 4194963.

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

Color convert

RGB 147 2 64 -
CMYK 0 0.99 0.56 0.42
HSL 334.34º 0.97% 0.29% -
HSV(B) 334.34º 0.99% 0.58% -
XYZ 12.98 6.62 5.44 -
YUV 52.42 134.54 195.46 -
System Red Green Blue C M Y K H S L
Decimal 147 2 64 0 0.99 0.56 0.42 334.34 0.97 0.29
Hex 93 2 40 0 63 38 2A 14E 61 1D
Octal 223 2 100 0 143 70 52 516 141 35
Binary 10010011 10 1000000 0 1100011 111000 101010 101001110 1100001 11101

Color Harmonies of #930240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #930240

Black with #930240

Text Example


Text Example

White with #930240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #930240; }

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

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

background-color css

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

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

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

border-color css

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

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

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