Html Css Color HEX #BB0348 Jazzberry Jam

📋 copy color: '#BB0348'

red 187 ◦ green 3 ◦ blue 72

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

Shades of Jazzberry Jam #BB0348

Tints of Jazzberry Jam #BB0348

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 27.48%

R = 71.37%
G = 1.15%
B = 27.48%

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

#BB0348 (or 0xBB0348) is known color: Jazzberry Jam. HEX triplet: BB, 03 and 48. RGB value is (187,3,72). Sum of RGB (Red+Green+Blue) = 187+3+72=262 (34% of max value = 765). Red value is 187 (73.44% from 255 or 71.37% from 262); Green value is 3 (1.56% from 255 or 1.15% from 262); Blue value is 72 (28.52% from 255 or 27.48% from 262); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0348 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB0348 is #44FCB7. Grayscale: #414141. Windows color (decimal): -4521144 or 4719547. OLE color: 4719547.

HSL color Cylindrical-coordinate representation of color #BB0348: hue angle of 337.5º 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 #BB0348 is Cyan = 0, Magento = 0.98, Yellow = 0.61 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 3 72 -
CMYK 0 0.98 0.61 0.27
HSL 337.5º 0.97% 0.37% -
HSV(B) 337.5º 0.98% 0.73% -
XYZ 21.7 11.1 7.13 -
YUV 65.88 131.46 214.39 -
System Red Green Blue C M Y K H S L
Decimal 187 3 72 0 0.98 0.61 0.27 337.5 0.97 0.37
Hex BB 3 48 0 62 3D 1B 152 61 25
Octal 273 3 110 0 142 75 33 522 141 45
Binary 10111011 11 1001000 0 1100010 111101 11011 101010010 1100001 100101

Color Harmonies of #BB0348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0348

Black with #BB0348

Text Example


Text Example

White with #BB0348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0348; }

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

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

background-color css

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

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

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

border-color css

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

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

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