Html Css Color HEX #930A42 Jazzberry Jam

📋 copy color: '#930A42'

red 147 ◦ green 10 ◦ blue 66

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

Shades of Jazzberry Jam #930A42

Tints of Jazzberry Jam #930A42

RGB

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

 GREEN value IS 10 (4.3% from 255) = 4.48%

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

R = 65.92%
G = 4.48%
B = 29.6%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.55

 K value IS 0.42

RGB Variations

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

Color information

#930A42 (or 0x930A42) is known color: Jazzberry Jam. HEX triplet: 93, 0A and 42. RGB value is (147,10,66). Sum of RGB (Red+Green+Blue) = 147+10+66=223 (29% of max value = 765). Red value is 147 (57.81% from 255 or 65.92% from 223); Green value is 10 (4.30% from 255 or 4.48% from 223); Blue value is 66 (26.17% from 255 or 29.60% from 223); Max value from RGB is 147 - color contains mainly: red. Hex color #930A42 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #930A42 is #6CF5BD. Grayscale: #393939. Windows color (decimal): -7140798 or 4328083. OLE color: 4328083.

HSL color Cylindrical-coordinate representation of color #930A42: hue angle of 335.47º degrees, saturation: 0.87, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #930A42 is Cyan = 0, Magento = 0.93, Yellow = 0.55 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 10 66 -
CMYK 0 0.93 0.55 0.42
HSL 335.47º 0.87% 0.31% -
HSV(B) 335.47º 0.93% 0.58% -
XYZ 13.12 6.81 5.78 -
YUV 57.35 132.89 191.95 -
System Red Green Blue C M Y K H S L
Decimal 147 10 66 0 0.93 0.55 0.42 335.47 0.87 0.31
Hex 93 A 42 0 5D 37 2A 14F 57 1F
Octal 223 12 102 0 135 67 52 517 127 37
Binary 10010011 1010 1000010 0 1011101 110111 101010 101001111 1010111 11111

Color Harmonies of #930A42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #930A42

Black with #930A42

Text Example


Text Example

White with #930A42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #930A42; }

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

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

background-color css

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

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

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

border-color css

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

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

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