Html Css Color HEX #9C0346 Jazzberry Jam

📋 copy color: '#9C0346'

red 156 ◦ green 3 ◦ blue 70

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

Shades of Jazzberry Jam #9C0346

Tints of Jazzberry Jam #9C0346

RGB

 RED value IS 156 (61.33% from 255) = 68.12%

 GREEN value IS 3 (1.56% from 255) = 1.31%

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

R = 68.12%
G = 1.31%
B = 30.57%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.55

 K value IS 0.39

RGB Variations

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

Color information

#9C0346 (or 0x9C0346) is known color: Jazzberry Jam. HEX triplet: 9C, 03 and 46. RGB value is (156,3,70). Sum of RGB (Red+Green+Blue) = 156+3+70=229 (30% of max value = 765). Red value is 156 (61.33% from 255 or 68.12% from 229); Green value is 3 (1.56% from 255 or 1.31% from 229); Blue value is 70 (27.73% from 255 or 30.57% from 229); Max value from RGB is 156 - color contains mainly: red. Hex color #9C0346 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9C0346 is #63FCB9. Grayscale: #383838. Windows color (decimal): -6552762 or 4588444. OLE color: 4588444.

HSL color Cylindrical-coordinate representation of color #9C0346: hue angle of 333.73º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9C0346 is Cyan = 0, Magento = 0.98, Yellow = 0.55 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 3 70 -
CMYK 0 0.98 0.55 0.39
HSL 333.73º 0.96% 0.31% -
HSV(B) 333.73º 0.98% 0.61% -
XYZ 14.85 7.58 6.47 -
YUV 56.39 135.69 199.05 -
System Red Green Blue C M Y K H S L
Decimal 156 3 70 0 0.98 0.55 0.39 333.73 0.96 0.31
Hex 9C 3 46 0 62 37 27 14E 60 1F
Octal 234 3 106 0 142 67 47 516 140 37
Binary 10011100 11 1000110 0 1100010 110111 100111 101001110 1100000 11111

Color Harmonies of #9C0346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C0346

Black with #9C0346

Text Example


Text Example

White with #9C0346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9C0346; }

 p { color: rgb(156,3,70); }

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

background-color css

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

 a { background-color: rgb(156,3,70); }

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

border-color css

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

 span { border-color: rgb(156,3,70); }

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