Html Css Color HEX #940043 Jazzberry Jam

📋 copy color: '#940043'

red 148 ◦ green 0 ◦ blue 67

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

Shades of Jazzberry Jam #940043

Tints of Jazzberry Jam #940043

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 31.16%

R = 68.84%
G = 0%
B = 31.16%

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

#940043 (or 0x940043) is known color: Jazzberry Jam. HEX triplet: 94, 00 and 43. RGB value is (148,0,67). Sum of RGB (Red+Green+Blue) = 148+0+67=215 (28% of max value = 765). Red value is 148 (58.20% from 255 or 68.84% from 215); Green value is 0 (0.39% from 255 or 0% from 215); Blue value is 67 (26.56% from 255 or 31.16% from 215); Max value from RGB is 148 - color contains mainly: red. Hex color #940043 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #940043 is #6BFFBC. Grayscale: #333333. Windows color (decimal): -7077821 or 4391060. OLE color: 4391060.

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

Color convert

RGB 148 0 67 -
CMYK 0 1 0.55 0.42
HSL 332.84º 1% 0.29% -
HSV(B) 332.84º 1% 0.58% -
XYZ 13.23 6.7 5.91 -
YUV 51.89 136.53 196.55 -
System Red Green Blue C M Y K H S L
Decimal 148 0 67 0 1 0.55 0.42 332.84 1 0.29
Hex 94 0 43 0 64 37 2A 14D 64 1D
Octal 224 0 103 0 144 67 52 515 144 35
Binary 10010100 0 1000011 0 1100100 110111 101010 101001101 1100100 11101

Color Harmonies of #940043

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #940043

Black with #940043

Text Example


Text Example

White with #940043

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #940043; }

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

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

background-color css

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

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

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

border-color css

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

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

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