Html Css Color HEX #9C014B Jazzberry Jam

📋 copy color: '#9C014B'

red 156 ◦ green 1 ◦ blue 75

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

Shades of Jazzberry Jam #9C014B

Tints of Jazzberry Jam #9C014B

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.43%

 BLUE value IS 75 (29.69% from 255) = 32.33%

R = 67.24%
G = 0.43%
B = 32.33%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.52

 K value IS 0.39

RGB Variations

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

Color information

#9C014B (or 0x9C014B) is known color: Jazzberry Jam. HEX triplet: 9C, 01 and 4B. RGB value is (156,1,75). Sum of RGB (Red+Green+Blue) = 156+1+75=232 (30% of max value = 765). Red value is 156 (61.33% from 255 or 67.24% from 232); Green value is 1 (0.78% from 255 or 0.43% from 232); Blue value is 75 (29.69% from 255 or 32.33% from 232); Max value from RGB is 156 - color contains mainly: red. Hex color #9C014B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9C014B is #63FEB4. Grayscale: #373737. Windows color (decimal): -6553269 or 4915612. OLE color: 4915612.

HSL color Cylindrical-coordinate representation of color #9C014B: hue angle of 331.35º degrees, saturation: 0.99, 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 #9C014B is Cyan = 0, Magento = 0.99, Yellow = 0.52 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 1 75 -
CMYK 0 0.99 0.52 0.39
HSL 331.35º 0.99% 0.31% -
HSV(B) 331.35º 0.99% 0.61% -
XYZ 14.99 7.6 7.33 -
YUV 55.78 138.85 199.48 -
System Red Green Blue C M Y K H S L
Decimal 156 1 75 0 0.99 0.52 0.39 331.35 0.99 0.31
Hex 9C 1 4B 0 63 34 27 14B 63 1F
Octal 234 1 113 0 143 64 47 513 143 37
Binary 10011100 1 1001011 0 1100011 110100 100111 101001011 1100011 11111

Color Harmonies of #9C014B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C014B

Black with #9C014B

Text Example


Text Example

White with #9C014B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,1,75); }

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

background-color css

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

 a { background-color: rgb(156,1,75); }

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

border-color css

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

 span { border-color: rgb(156,1,75); }

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