Html Css Color HEX #940042 Jazzberry Jam

📋 copy color: '#940042'

red 148 ◦ green 0 ◦ blue 66

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

Shades of Jazzberry Jam #940042

Tints of Jazzberry Jam #940042

RGB

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

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

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

R = 69.16%
G = 0%
B = 30.84%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.55

 K value IS 0.42

RGB Variations

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

Color information

#940042 (or 0x940042) is known color: Jazzberry Jam. HEX triplet: 94, 00 and 42. RGB value is (148,0,66). Sum of RGB (Red+Green+Blue) = 148+0+66=214 (28% of max value = 765). Red value is 148 (58.20% from 255 or 69.16% from 214); Green value is 0 (0.39% from 255 or 0% from 214); Blue value is 66 (26.17% from 255 or 30.84% from 214); Max value from RGB is 148 - color contains mainly: red. Hex color #940042 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #940042 is #6BFFBD. Grayscale: #333333. Windows color (decimal): -7077822 or 4325524. OLE color: 4325524.

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

Color convert

RGB 148 0 66 -
CMYK 0 1 0.55 0.42
HSL 333.24º 1% 0.29% -
HSV(B) 333.24º 1% 0.58% -
XYZ 13.2 6.69 5.75 -
YUV 51.78 136.03 196.63 -
System Red Green Blue C M Y K H S L
Decimal 148 0 66 0 1 0.55 0.42 333.24 1 0.29
Hex 94 0 42 0 64 37 2A 14D 64 1D
Octal 224 0 102 0 144 67 52 515 144 35
Binary 10010100 0 1000010 0 1100100 110111 101010 101001101 1100100 11101

Color Harmonies of #940042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #940042

Black with #940042

Text Example


Text Example

White with #940042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #940042; }

 p { color: rgb(148,0,66); }

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

background-color css

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

 a { background-color: rgb(148,0,66); }

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

border-color css

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

 span { border-color: rgb(148,0,66); }

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