Html Css Color HEX #9C0342 Jazzberry Jam

📋 copy color: '#9C0342'

red 156 ◦ green 3 ◦ blue 66

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

Shades of Jazzberry Jam #9C0342

Tints of Jazzberry Jam #9C0342

RGB

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

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

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

R = 69.33%
G = 1.33%
B = 29.33%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.58

 K value IS 0.39

RGB Variations

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

Color information

#9C0342 (or 0x9C0342) is known color: Jazzberry Jam. HEX triplet: 9C, 03 and 42. RGB value is (156,3,66). Sum of RGB (Red+Green+Blue) = 156+3+66=225 (29% of max value = 765). Red value is 156 (61.33% from 255 or 69.33% from 225); Green value is 3 (1.56% from 255 or 1.33% from 225); Blue value is 66 (26.17% from 255 or 29.33% from 225); Max value from RGB is 156 - color contains mainly: red. Hex color #9C0342 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9C0342 is #63FCBD. Grayscale: #373737. Windows color (decimal): -6552766 or 4326300. OLE color: 4326300.

HSL color Cylindrical-coordinate representation of color #9C0342: hue angle of 335.29º 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 #9C0342 is Cyan = 0, Magento = 0.98, Yellow = 0.58 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 3 66 -
CMYK 0 0.98 0.58 0.39
HSL 335.29º 0.96% 0.31% -
HSV(B) 335.29º 0.98% 0.61% -
XYZ 14.73 7.53 5.83 -
YUV 55.93 133.69 199.38 -
System Red Green Blue C M Y K H S L
Decimal 156 3 66 0 0.98 0.58 0.39 335.29 0.96 0.31
Hex 9C 3 42 0 62 3A 27 14F 60 1F
Octal 234 3 102 0 142 72 47 517 140 37
Binary 10011100 11 1000010 0 1100010 111010 100111 101001111 1100000 11111

Color Harmonies of #9C0342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C0342

Black with #9C0342

Text Example


Text Example

White with #9C0342

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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