Html Css Color HEX #B31053 Jazzberry Jam

📋 copy color: '#B31053'

red 179 ◦ green 16 ◦ blue 83

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

Shades of Jazzberry Jam #B31053

Tints of Jazzberry Jam #B31053

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.76%

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

R = 64.39%
G = 5.76%
B = 29.86%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.54

 K value IS 0.30

RGB Variations

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

Color information

#B31053 (or 0xB31053) is known color: Jazzberry Jam. HEX triplet: B3, 10 and 53. RGB value is (179,16,83). Sum of RGB (Red+Green+Blue) = 179+16+83=278 (36% of max value = 765). Red value is 179 (70.31% from 255 or 64.39% from 278); Green value is 16 (6.64% from 255 or 5.76% from 278); Blue value is 83 (32.81% from 255 or 29.86% from 278); Max value from RGB is 179 - color contains mainly: red. Hex color #B31053 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B31053 is #4CEFAC. Grayscale: #484848. Windows color (decimal): -5042093 or 5443763. OLE color: 5443763.

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

Color convert

RGB 179 16 83 -
CMYK 0 0.91 0.54 0.30
HSL 335.34º 0.84% 0.38% -
HSV(B) 335.34º 0.91% 0.7% -
XYZ 20.34 10.58 9.15 -
YUV 72.38 134 204.05 -
System Red Green Blue C M Y K H S L
Decimal 179 16 83 0 0.91 0.54 0.30 335.34 0.84 0.38
Hex B3 10 53 0 5B 36 1E 14F 54 26
Octal 263 20 123 0 133 66 36 517 124 46
Binary 10110011 10000 1010011 0 1011011 110110 11110 101001111 1010100 100110

Color Harmonies of #B31053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B31053

Black with #B31053

Text Example


Text Example

White with #B31053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B31053; }

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

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

background-color css

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

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

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

border-color css

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

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

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