Html Css Color HEX #9C023F Jazzberry Jam

📋 copy color: '#9C023F'

red 156 ◦ green 2 ◦ blue 63

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

Shades of Jazzberry Jam #9C023F

Tints of Jazzberry Jam #9C023F

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.9%

 BLUE value IS 63 (25% from 255) = 28.51%

R = 70.59%
G = 0.9%
B = 28.51%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.60

 K value IS 0.39

RGB Variations

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

Color information

#9C023F (or 0x9C023F) is known color: Jazzberry Jam. HEX triplet: 9C, 02 and 3F. RGB value is (156,2,63). Sum of RGB (Red+Green+Blue) = 156+2+63=221 (29% of max value = 765). Red value is 156 (61.33% from 255 or 70.59% from 221); Green value is 2 (1.17% from 255 or 0.90% from 221); Blue value is 63 (25% from 255 or 28.51% from 221); Max value from RGB is 156 - color contains mainly: red. Hex color #9C023F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9C023F is #63FDC0. Grayscale: #363636. Windows color (decimal): -6553025 or 4129436. OLE color: 4129436.

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

Color convert

RGB 156 2 63 -
CMYK 0 0.99 0.60 0.39
HSL 336.23º 0.97% 0.31% -
HSV(B) 336.23º 0.99% 0.61% -
XYZ 14.63 7.47 5.37 -
YUV 55 132.52 200.04 -
System Red Green Blue C M Y K H S L
Decimal 156 2 63 0 0.99 0.60 0.39 336.23 0.97 0.31
Hex 9C 2 3F 0 63 3C 27 150 61 1F
Octal 234 2 77 0 143 74 47 520 141 37
Binary 10011100 10 111111 0 1100011 111100 100111 101010000 1100001 11111

Color Harmonies of #9C023F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C023F

Black with #9C023F

Text Example


Text Example

White with #9C023F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,2,63); }

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

background-color css

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

 a { background-color: rgb(156,2,63); }

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

border-color css

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

 span { border-color: rgb(156,2,63); }

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