Html Css Color HEX #B31353 Jazzberry Jam

📋 copy color: '#B31353'

red 179 ◦ green 19 ◦ blue 83

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

Shades of Jazzberry Jam #B31353

Tints of Jazzberry Jam #B31353

RGB

 RED value IS 179 (70.31% from 255) = 63.7%

 GREEN value IS 19 (7.81% from 255) = 6.76%

 BLUE value IS 83 (32.81% from 255) = 29.54%

R = 63.7%
G = 6.76%
B = 29.54%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.54

 K value IS 0.30

RGB Variations

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

Color information

#B31353 (or 0xB31353) is known color: Jazzberry Jam. HEX triplet: B3, 13 and 53. RGB value is (179,19,83). Sum of RGB (Red+Green+Blue) = 179+19+83=281 (37% of max value = 765). Red value is 179 (70.31% from 255 or 63.70% from 281); Green value is 19 (7.81% from 255 or 6.76% from 281); Blue value is 83 (32.81% from 255 or 29.54% from 281); Max value from RGB is 179 - color contains mainly: red. Hex color #B31353 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B31353 is #4CECAC. Grayscale: #4A4A4A. Windows color (decimal): -5041325 or 5444531. OLE color: 5444531.

HSL color Cylindrical-coordinate representation of color #B31353: hue angle of 336º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B31353 is Cyan = 0, Magento = 0.89, Yellow = 0.54 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 19 83 -
CMYK 0 0.89 0.54 0.30
HSL 336º 0.81% 0.39% -
HSV(B) 336º 0.89% 0.7% -
XYZ 20.38 10.67 9.17 -
YUV 74.14 133.01 202.8 -
System Red Green Blue C M Y K H S L
Decimal 179 19 83 0 0.89 0.54 0.30 336 0.81 0.39
Hex B3 13 53 0 59 36 1E 150 51 27
Octal 263 23 123 0 131 66 36 520 121 47
Binary 10110011 10011 1010011 0 1011001 110110 11110 101010000 1010001 100111

Color Harmonies of #B31353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B31353

Black with #B31353

Text Example


Text Example

White with #B31353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B31353; }

 p { color: rgb(179,19,83); }

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

background-color css

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

 a { background-color: rgb(179,19,83); }

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

border-color css

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

 span { border-color: rgb(179,19,83); }

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