Html Css Color HEX #940246 Jazzberry Jam

📋 copy color: '#940246'

red 148 ◦ green 2 ◦ blue 70

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

Shades of Jazzberry Jam #940246

Tints of Jazzberry Jam #940246

RGB

 RED value IS 148 (58.2% from 255) = 67.27%

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

 BLUE value IS 70 (27.73% from 255) = 31.82%

R = 67.27%
G = 0.91%
B = 31.82%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.53

 K value IS 0.42

RGB Variations

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

Color information

#940246 (or 0x940246) is known color: Jazzberry Jam. HEX triplet: 94, 02 and 46. RGB value is (148,2,70). Sum of RGB (Red+Green+Blue) = 148+2+70=220 (29% of max value = 765). Red value is 148 (58.20% from 255 or 67.27% from 220); Green value is 2 (1.17% from 255 or 0.91% from 220); Blue value is 70 (27.73% from 255 or 31.82% from 220); Max value from RGB is 148 - color contains mainly: red. Hex color #940246 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #940246 is #6BFDB9. Grayscale: #353535. Windows color (decimal): -7077306 or 4588180. OLE color: 4588180.

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

Color convert

RGB 148 2 70 -
CMYK 0 0.99 0.53 0.42
HSL 332.05º 0.97% 0.29% -
HSV(B) 332.05º 0.99% 0.58% -
XYZ 13.34 6.78 6.4 -
YUV 53.41 137.37 195.47 -
System Red Green Blue C M Y K H S L
Decimal 148 2 70 0 0.99 0.53 0.42 332.05 0.97 0.29
Hex 94 2 46 0 63 35 2A 14C 61 1D
Octal 224 2 106 0 143 65 52 514 141 35
Binary 10010100 10 1000110 0 1100011 110101 101010 101001100 1100001 11101

Color Harmonies of #940246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #940246

Black with #940246

Text Example


Text Example

White with #940246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #940246; }

 p { color: rgb(148,2,70); }

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

background-color css

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

 a { background-color: rgb(148,2,70); }

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

border-color css

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

 span { border-color: rgb(148,2,70); }

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