Html Css Color HEX #9B0342 Jazzberry Jam

📋 copy color: '#9B0342'

red 155 ◦ green 3 ◦ blue 66

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

Shades of Jazzberry Jam #9B0342

Tints of Jazzberry Jam #9B0342

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.34%

 BLUE value IS 66 (26.17% from 255) = 29.46%

R = 69.2%
G = 1.34%
B = 29.46%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.57

 K value IS 0.39

RGB Variations

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

Color information

#9B0342 (or 0x9B0342) is known color: Jazzberry Jam. HEX triplet: 9B, 03 and 42. RGB value is (155,3,66). Sum of RGB (Red+Green+Blue) = 155+3+66=224 (29% of max value = 765). Red value is 155 (60.94% from 255 or 69.20% from 224); Green value is 3 (1.56% from 255 or 1.34% from 224); Blue value is 66 (26.17% from 255 or 29.46% from 224); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0342 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9B0342 is #64FCBD. Grayscale: #373737. Windows color (decimal): -6618302 or 4326299. OLE color: 4326299.

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

Color convert

RGB 155 3 66 -
CMYK 0 0.98 0.57 0.39
HSL 335.13º 0.96% 0.31% -
HSV(B) 335.13º 0.98% 0.61% -
XYZ 14.53 7.43 5.82 -
YUV 55.63 133.86 198.88 -
System Red Green Blue C M Y K H S L
Decimal 155 3 66 0 0.98 0.57 0.39 335.13 0.96 0.31
Hex 9B 3 42 0 62 39 27 14F 60 1F
Octal 233 3 102 0 142 71 47 517 140 37
Binary 10011011 11 1000010 0 1100010 111001 100111 101001111 1100000 11111

Color Harmonies of #9B0342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B0342

Black with #9B0342

Text Example


Text Example

White with #9B0342

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,3,66); }

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

background-color css

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

 a { background-color: rgb(155,3,66); }

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

border-color css

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

 span { border-color: rgb(155,3,66); }

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