Html Css Color HEX #9B0048 Jazzberry Jam

📋 copy color: '#9B0048'

red 155 ◦ green 0 ◦ blue 72

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

Shades of Jazzberry Jam #9B0048

Tints of Jazzberry Jam #9B0048

RGB

 RED value IS 155 (60.94% from 255) = 68.28%

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

 BLUE value IS 72 (28.52% from 255) = 31.72%

R = 68.28%
G = 0%
B = 31.72%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.54

 K value IS 0.39

RGB Variations

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

Color information

#9B0048 (or 0x9B0048) is known color: Jazzberry Jam. HEX triplet: 9B, 00 and 48. RGB value is (155,0,72). Sum of RGB (Red+Green+Blue) = 155+0+72=227 (30% of max value = 765). Red value is 155 (60.94% from 255 or 68.28% from 227); Green value is 0 (0.39% from 255 or 0% from 227); Blue value is 72 (28.52% from 255 or 31.72% from 227); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0048 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9B0048 is #64FFB7. Grayscale: #363636. Windows color (decimal): -6619064 or 4718747. OLE color: 4718747.

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

Color convert

RGB 155 0 72 -
CMYK 0 1 0.54 0.39
HSL 332.13º 1% 0.3% -
HSV(B) 332.13º 1% 0.61% -
XYZ 14.69 7.44 6.79 -
YUV 54.55 137.85 199.65 -
System Red Green Blue C M Y K H S L
Decimal 155 0 72 0 1 0.54 0.39 332.13 1 0.3
Hex 9B 0 48 0 64 36 27 14C 64 1E
Octal 233 0 110 0 144 66 47 514 144 36
Binary 10011011 0 1001000 0 1100100 110110 100111 101001100 1100100 11110

Color Harmonies of #9B0048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B0048

Black with #9B0048

Text Example


Text Example

White with #9B0048

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,0,72); }

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

background-color css

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

 a { background-color: rgb(155,0,72); }

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

border-color css

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

 span { border-color: rgb(155,0,72); }

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