Html Css Color HEX #9C003D Jazzberry Jam

📋 copy color: '#9C003D'

red 156 ◦ green 0 ◦ blue 61

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

Shades of Jazzberry Jam #9C003D

Tints of Jazzberry Jam #9C003D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 28.11%

R = 71.89%
G = 0%
B = 28.11%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.61

 K value IS 0.39

RGB Variations

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

Color information

#9C003D (or 0x9C003D) is known color: Jazzberry Jam. HEX triplet: 9C, 00 and 3D. RGB value is (156,0,61). Sum of RGB (Red+Green+Blue) = 156+0+61=217 (28% of max value = 765). Red value is 156 (61.33% from 255 or 71.89% from 217); Green value is 0 (0.39% from 255 or 0% from 217); Blue value is 61 (24.22% from 255 or 28.11% from 217); Max value from RGB is 156 - color contains mainly: red. Hex color #9C003D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9C003D is #63FFC2. Grayscale: #353535. Windows color (decimal): -6553539 or 3997852. OLE color: 3997852.

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

Color convert

RGB 156 0 61 -
CMYK 0 1 0.61 0.39
HSL 336.54º 1% 0.31% -
HSV(B) 336.54º 1% 0.61% -
XYZ 14.55 7.4 5.08 -
YUV 53.6 132.18 201.04 -
System Red Green Blue C M Y K H S L
Decimal 156 0 61 0 1 0.61 0.39 336.54 1 0.31
Hex 9C 0 3D 0 64 3D 27 151 64 1F
Octal 234 0 75 0 144 75 47 521 144 37
Binary 10011100 0 111101 0 1100100 111101 100111 101010001 1100100 11111

Color Harmonies of #9C003D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C003D

Black with #9C003D

Text Example


Text Example

White with #9C003D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,0,61); }

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

background-color css

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

 a { background-color: rgb(156,0,61); }

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

border-color css

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

 span { border-color: rgb(156,0,61); }

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