Html Css Color HEX #930040 Jazzberry Jam

📋 copy color: '#930040'

red 147 ◦ green 0 ◦ blue 64

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

Shades of Jazzberry Jam #930040

Tints of Jazzberry Jam #930040

RGB

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

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

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

R = 69.67%
G = 0%
B = 30.33%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.56

 K value IS 0.42

RGB Variations

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

Color information

#930040 (or 0x930040) is known color: Jazzberry Jam. HEX triplet: 93, 00 and 40. RGB value is (147,0,64). Sum of RGB (Red+Green+Blue) = 147+0+64=211 (27% of max value = 765). Red value is 147 (57.81% from 255 or 69.67% from 211); Green value is 0 (0.39% from 255 or 0% from 211); Blue value is 64 (25.39% from 255 or 30.33% from 211); Max value from RGB is 147 - color contains mainly: red. Hex color #930040 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #930040 is #6CFFBF. Grayscale: #333333. Windows color (decimal): -7143360 or 4194451. OLE color: 4194451.

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

Color convert

RGB 147 0 64 -
CMYK 0 1 0.56 0.42
HSL 333.88º 1% 0.29% -
HSV(B) 333.88º 1% 0.58% -
XYZ 12.96 6.57 5.44 -
YUV 51.25 135.2 196.3 -
System Red Green Blue C M Y K H S L
Decimal 147 0 64 0 1 0.56 0.42 333.88 1 0.29
Hex 93 0 40 0 64 38 2A 14E 64 1D
Octal 223 0 100 0 144 70 52 516 144 35
Binary 10010011 0 1000000 0 1100100 111000 101010 101001110 1100100 11101

Color Harmonies of #930040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #930040

Black with #930040

Text Example


Text Example

White with #930040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #930040; }

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

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

background-color css

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

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

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

border-color css

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

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

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