Html Css Color HEX #9B024B Jazzberry Jam

📋 copy color: '#9B024B'

red 155 ◦ green 2 ◦ blue 75

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

Shades of Jazzberry Jam #9B024B

Tints of Jazzberry Jam #9B024B

RGB

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

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

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

R = 66.81%
G = 0.86%
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

#9B024B (or 0x9B024B) is known color: Jazzberry Jam. HEX triplet: 9B, 02 and 4B. RGB value is (155,2,75). Sum of RGB (Red+Green+Blue) = 155+2+75=232 (30% of max value = 765). Red value is 155 (60.94% from 255 or 66.81% from 232); Green value is 2 (1.17% from 255 or 0.86% from 232); Blue value is 75 (29.69% from 255 or 32.33% from 232); Max value from RGB is 155 - color contains mainly: red. Hex color #9B024B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9B024B is #64FDB4. Grayscale: #373737. Windows color (decimal): -6618549 or 4915867. OLE color: 4915867.

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

Color convert

RGB 155 2 75 -
CMYK 0 0.99 0.52 0.39
HSL 331.37º 0.97% 0.31% -
HSV(B) 331.37º 0.99% 0.61% -
XYZ 14.81 7.52 7.33 -
YUV 56.07 138.69 198.56 -
System Red Green Blue C M Y K H S L
Decimal 155 2 75 0 0.99 0.52 0.39 331.37 0.97 0.31
Hex 9B 2 4B 0 63 34 27 14B 61 1F
Octal 233 2 113 0 143 64 47 513 141 37
Binary 10011011 10 1001011 0 1100011 110100 100111 101001011 1100001 11111

Color Harmonies of #9B024B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B024B

Black with #9B024B

Text Example


Text Example

White with #9B024B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,2,75); }

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

background-color css

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

 a { background-color: rgb(155,2,75); }

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

border-color css

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

 span { border-color: rgb(155,2,75); }

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