Html Css Color HEX #9B0E40 Jazzberry Jam

📋 copy color: '#9B0E40'

red 155 ◦ green 14 ◦ blue 64

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

Shades of Jazzberry Jam #9B0E40

Tints of Jazzberry Jam #9B0E40

RGB

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

 GREEN value IS 14 (5.86% from 255) = 6.01%

 BLUE value IS 64 (25.39% from 255) = 27.47%

R = 66.52%
G = 6.01%
B = 27.47%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.59

 K value IS 0.39

RGB Variations

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

Color information

#9B0E40 (or 0x9B0E40) is known color: Jazzberry Jam. HEX triplet: 9B, 0E and 40. RGB value is (155,14,64). Sum of RGB (Red+Green+Blue) = 155+14+64=233 (30% of max value = 765). Red value is 155 (60.94% from 255 or 66.52% from 233); Green value is 14 (5.86% from 255 or 6.01% from 233); Blue value is 64 (25.39% from 255 or 27.47% from 233); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0E40 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9B0E40 is #64F1BF. Grayscale: #3D3D3D. Windows color (decimal): -6615488 or 4198043. OLE color: 4198043.

HSL color Cylindrical-coordinate representation of color #9B0E40: hue angle of 338.72º degrees, saturation: 0.83, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9B0E40 is Cyan = 0, Magento = 0.91, Yellow = 0.59 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 14 64 -
CMYK 0 0.91 0.59 0.39
HSL 338.72º 0.83% 0.33% -
HSV(B) 338.72º 0.91% 0.61% -
XYZ 14.6 7.65 5.56 -
YUV 61.86 129.21 194.43 -
System Red Green Blue C M Y K H S L
Decimal 155 14 64 0 0.91 0.59 0.39 338.72 0.83 0.33
Hex 9B E 40 0 5B 3B 27 153 53 21
Octal 233 16 100 0 133 73 47 523 123 41
Binary 10011011 1110 1000000 0 1011011 111011 100111 101010011 1010011 100001

Color Harmonies of #9B0E40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B0E40

Black with #9B0E40

Text Example


Text Example

White with #9B0E40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,14,64); }

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

background-color css

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

 a { background-color: rgb(155,14,64); }

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

border-color css

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

 span { border-color: rgb(155,14,64); }

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