Html Css Color HEX #BB0349 Jazzberry Jam

📋 copy color: '#BB0349'

red 187 ◦ green 3 ◦ blue 73

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

Shades of Jazzberry Jam #BB0349

Tints of Jazzberry Jam #BB0349

RGB

 RED value IS 187 (73.44% from 255) = 71.1%

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

 BLUE value IS 73 (28.91% from 255) = 27.76%

R = 71.1%
G = 1.14%
B = 27.76%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.61

 K value IS 0.27

RGB Variations

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

Color information

#BB0349 (or 0xBB0349) is known color: Jazzberry Jam. HEX triplet: BB, 03 and 49. RGB value is (187,3,73). Sum of RGB (Red+Green+Blue) = 187+3+73=263 (34% of max value = 765). Red value is 187 (73.44% from 255 or 71.10% from 263); Green value is 3 (1.56% from 255 or 1.14% from 263); Blue value is 73 (28.91% from 255 or 27.76% from 263); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0349 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB0349 is #44FCB6. Grayscale: #414141. Windows color (decimal): -4521143 or 4785083. OLE color: 4785083.

HSL color Cylindrical-coordinate representation of color #BB0349: hue angle of 337.17º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BB0349 is Cyan = 0, Magento = 0.98, Yellow = 0.61 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 3 73 -
CMYK 0 0.98 0.61 0.27
HSL 337.17º 0.97% 0.37% -
HSV(B) 337.17º 0.98% 0.73% -
XYZ 21.73 11.11 7.3 -
YUV 66 131.96 214.31 -
System Red Green Blue C M Y K H S L
Decimal 187 3 73 0 0.98 0.61 0.27 337.17 0.97 0.37
Hex BB 3 49 0 62 3D 1B 151 61 25
Octal 273 3 111 0 142 75 33 521 141 45
Binary 10111011 11 1001001 0 1100010 111101 11011 101010001 1100001 100101

Color Harmonies of #BB0349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0349

Black with #BB0349

Text Example


Text Example

White with #BB0349

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0349; }

 p { color: rgb(187,3,73); }

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

background-color css

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

 a { background-color: rgb(187,3,73); }

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

border-color css

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

 span { border-color: rgb(187,3,73); }

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